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:

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.