curriculum
curriculum copied to clipboard
Remove create-react-app references in curriculum
👉🏾 First time contributing to this repo? START HERE 👈🏾
To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.
Please indicate where CRA is referenced, that is no longer maintained and what this means to participants. Direct the participants to use React + Vite to spin up their React app template structure. You can reference the existing lesson and language about the transition to CRA with Vite here.
- Please make specific notes about the testing differences between CRA and React + Vite in the Jest lesson changes.
- Week 8 game last statement needs an inclusion of why they should not use CRA.
Questions to answer:
- Will CRA still work if I code with it?
- What hurdles will I encounter if I work with it?
- If I have already started my project in CRA, should I start over using Vite?
Page where problem found?
Optimizing Your React Node Project
Type of problem
Create-React-App (CRA) is no longer maintained.
Suggested Solution
We would like the curriculum to reference working with React & Vite instead.