Lecture Slides: Study-Saturday-Redux
- Cycle 0: Build the store
- Cycle 1:
connectthe React component - Cycle 2: Set up React Router for a "single student" view
- Cycle 3: Make the single student route functional
- Cycle 4 (Bonus): Delete a student
- fork and
git clone -
npm install -
createdb study-saturdays -
npm run seed -
git checkout cycle-0to begin