- https://github.com/AustinCodingAcademy/aca-store-react
- React Review Questions
- Questions on online lessons
- Be able to build a React app that allows the user to change what they are viewing
- Understand why props.children is useful
- Understand why prop types are used.
- Know where fetch calls should go in components and know what you do with the fetched data.
- Know how to use React dev tools to view state and props of a component and to view the component heirarchy.
- Day 14
- React Component Lifecycle
- Lightning round exercises - Fork and complete the project from readme. Save and put finished link in rocket chat
- Conditional Rendering - 15 minutes
- props children - 3 minutes
- Component lifecycle and fetch - 15 minutes
- prop-types-practice - 10 minutes
- React Dev Tools
- install the chrome extension
- Go through the most common uses of it
- https://reactjs.org/
- aca-store-react-2
- work on checkpoint 1, aca store 1 or 2
- next online lesson