React’s docs have a gap: They provide no advice for people running...


React’s docs have a gap: They provide no advice for people running create-react-app today.

There’s only a “Start a new project” page, and that page pushes using a framework. Vite is hidden behind a “deep dive” accordion.

Solution:
1. Create an “Upgrading React” page.
2. On that page, encourage create-react-app users to upgrade to Vite.

A plain SPA remains a totally valid approach. And soon, Vite will provide an upgrade path to RSC via React Router 7.

View original on X