-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It seems CRA is no longer supported:
- build(deps-dev): bump typescript from 4.9.5 to 5.1.6 in /frontend #615
- (react-scripts) Support for TypeScript 5.x facebook/create-react-app#13080
- https://dev.to/ag2byte/create-react-app-is-officially-dead-h7o
The React documentation now recommends some alternatives such as Next.js https://react.dev/learn/start-a-new-react-project
How to migrate from create react app to Next.js ?
Migrate to Vite from Create React App (CRA)
It is unclear what the advantages and disadvantages of the different options are. Criteria for choosing:
- Popular, well-maintained i.e. unlikely to be discontinued
- Well suited for generating a statically hosted SPA
- Excellent TypeScript support
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog