7 ms·
I think with Next you can "build" the website (the HTML for each page is generated like it would be if it was executed in your browser) and then serve the stati
by ldeangelis 6y ago
I think with Next you can "build" the website (the HTML for each page is generated like it would be if it was executed in your browser) and then serve the static HTML + JS if needed, which makes for good SEO.