zooniverse / alice

A front end tool allowing reviewing and editing of Zooniverse transcription data.
Apache License 2.0
3 stars 1 forks source link

Remove Create React App #637

Open eatyourgreens opened 1 year ago

eatyourgreens commented 1 year ago

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.

eatyourgreens commented 4 months 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.