React Core

6h 13m
1
people completed
Bookmark
Download
RSS

Beginners Guide

  • what problems React can solve
  • how React solves those problems under the hood
  • what JSX is and how it translates to regular JavaScript function calls and objects
  • manage state with hooks
  • build forms

React Hooks

  • Run (and Skip) side-effects with the useEffect hook
  • Write a custom hook to share logic in your app
  • Simplify the Context API with the useContext hook
  • Update state with dispatch actions using the useReducer hook
  • Optimize Components with useMemo

Instructor

Zac Jones

Content Excellence Lead for egghead.io

Course content (90 lessons)

    illustration for React Core