Open eatyourgreens opened 1 year ago
Just popping in to say that I'm finding Vite to be a very nice drop-in replacement for single page React apps that were built with CRA. Migration can be done in less than a day eg. https://github.com/pkpdapp-team/pkpdapp/pull/424.
The last release of Create React App was 5.0.1 in April 2022.
react.dev
no longer recommends it for starting new React projects.For ease of maintenance, we should eject the configuration and build dependencies (Webpack, Jest etc.), then maintain them separately.