curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Remove create-react-app references in curriculum

Open daaimah123 opened this issue 6 months ago • 8 comments

👉🏾 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?

Deploying

Full Stack Checklist

React Tweeter

TDD: Jest

Week 8 Game

Kickball Project

Eventonica

Optimizing Your React Node Project

Animal Sighting Tracker

Require & Import Mini Lesson

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.

daaimah123 avatar Aug 15 '24 15:08 daaimah123