Next.js v10.0.2 Performance Comparison
This is an experimental site to check how Next.js performs with the various approaches.
Default (CSR with Pre-renders)
Performance score:
By default, Next.js pre-renders every page. They have Automatic Static Optimization. In this implementation, the API call is happening in the browsers. P re-rendering will give the page a better performance.