You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: