React Review
In this course, we assume a certain level of existing knowledge, based on content covered in a previous boot camp. Make sure to review content from Weeks 19 and 20 of the Full-Stack Flex Boot Camp—specifically the following activities:
-
19.7 JSXVariables
-
19.9 StyleProp
-
19.13 ComponentMap
-
19.18 FunWithForms
-
19.20 AJAX
-
20.2 useState
-
20.4 useEffect
-
20.12 DynamicContext
-
20.14 MultipleContexts
On Day 1, you should be comfortable doing the following:
-
Creating a React application from a Create-React-App command.
-
Sending network requests to a REST API in React.
-
Using state with either Hooks or class-based components.
-
Creating and styling components.