Introduction - Overview
  • React Hooks Intro
  • 2 rules off using hooks
  • 4 Hooks Overview
  • useState() overview
  • useEffect() overview
  • useReducer() overview
  • Context overview
  • useContext() overview
  • Migration Guide from Redux to React hooks
  • 6 ways to update state reference
  • For more free courses in the future follow me on twitter
Project - Hooks
  • Introduction
  • Starter Code
  • creating your first React hook
  • adding the useState() hook
  • adding the useEffect() hook
  • adding the useReducer() hook
  • adding the useContext() hook
  • adding a Global state with Context
  • creating a form with React Hooks
  • adding useReducer() to the form
  • adding global state to the form
  • Final Project Code