Use next.js SSG for better performance.
Use getStaticProps to compute the HTML page on build time.
Part of my new course, 'Migrate react app to next.js app'
Link to 50% discount for limited time and slots
https://nathankrasney.podia.com/migra...
Sections
00:00 step 1 - Move data from client to server
00:20 step 2 - Create an api to get the data
02:55 step 3 - Implement getStaticProps
07:10 step 4 - Push to vercel
08:20 step 5 - Compute performance grade