Lecture Slides: Study-Saturday-React
- Front end should consist of a table view of all students
- Clicking on a student should show a detailed view of that individual student's test scores
-
fork and
git clone
-
npm install
-
npm run seed
-
git checkout cycle-1
- All your React code should feed into browser/index.js
- Use axios to access your express routes via AJAX. This is just like fetch, but more compatible with React!
- It may be helpful to do a walkthrough of the codebase/file structure before letting students loose on the React code!
- Emphasize that students will usually be working with a boilerplate, and it's not super important to learn the nitty-gritty of the codebase at this moment. They should be getting more comfortable looking up unknowns in the documentation.