Hacker News new | ask | show | jobs
by chrisweekly 2008 days ago
One of the major selling points of NextJS is precisely to address the issues with CSR (client-side rendering). It offers SSG (static site generation) for build-time rendering -- no client JS required. But also SSR (server-side rendering, ie at runtime), and automatic hydration for CSR too.
1 comments

I just wished it wouldn't need all this __NEXT stuff which appears to lists all the possible routes/files.