Introduction
  • Creating your first React App
  • Development tools quiz
  • NPX create react app explained
  • React Components
  • Using State Hooks
Build a mobile menu
  • Yarn and NPM commands
  • Add Tailwind CSS to your React Application
  • Create a menu component
  • Animate the menu component
  • How to apply what you have learned in this section
React router
  • Managing Routing with React Router
  • How to apply what you have learned in this section
Fetch data from an API
  • Fetching data from an API, and using using route params in React router
  • Showing a CSS loader for HTTP requests and handle errors on failed requests
  • Fetching a list of data
  • Http requests quiz
Custom React Hooks
  • Create a custom React Hook