Description
Summary
Hello , I think the Start a New React Project section of the installation pages can be improved by dividing it between SSR and SPA and include vite, rspack as examples of running react only client side.
Page
https://react.dev/learn/start-a-new-react-project
Details
When it comes to installing react, why is it that the official documentation is only suggesting fullstack frameworks like NextJs ? I know this is the new agenda on pushing the community to server side rendering but not every company fit that profile and also for a new dev learning is overkilled and for me personally I do not see the big benefit of SSR over SPA + pre-rendering, just overcomplicate my ui deployment to include now a node server just for a few milliseconds improvement in some cases is not worth it.