Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

egghead.io

Learn React hooks, lazy, and memo API

via egghead.io

Overview

React 16.8.1 was just released, and hooks are finally stable! If you have literally 12 minutes to spare, you can learn how to use hooks (useState, useEffect and useMemo) as well as brand new React features such as React.lazy and React.memo.
Enjoy!

Syllabus

  • Add state to functional React component with useState hook without introducing a class
  • Handle multiple state values when using useState React hook
  • Use React useEffect hook to see how many times component mounts and unmounts
  • Optimize expensive operations with React useMemo hook
  • Use React.lazy to do code-splitting with React Suspense
  • Use React.memo to avoid unnecessary re-renders in React functional components

Taught by

Tomasz Łakomy

Reviews

5 rating at egghead.io based on 1 rating

Start your review of Learn React hooks, lazy, and memo API

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.