|
|
|
|
|
by bryik
1190 days ago
|
|
I don't think that's a fair characterization of the "Start a New React Project" page [0]. Next.js is the first option listed and is described as a way to "create React apps of any size—from a mostly static blog to a complex dynamic application." This reads to me like "Next.js can do SPAs (like CRA) plus static sites and SSR". Next.js' site even says "The core of Next.js has been designed to enable starting as a static site (or Single-Page Application)" [1]. 0 - https://react.dev/learn/start-a-new-react-project 1 - https://nextjs.org/docs/advanced-features/static-html-export |
|
Just use vuejs which is the only one truly never forces SSR on you if you do not want to have anything to do with it.