YoVDO

Learn React hooks, lazy, and memo API

Offered By: egghead.io

Tags

React Courses Web Development Courses Code Splitting Courses React Suspense Courses

Course Description

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

Related Courses

Build an App with React Suspense
egghead.io
Learn React lazy, memo, useState and useEffect in 7 minutes
egghead.io
React Hooks and Suspense
egghead.io
Use Suspense to Simplify Your Async UI
egghead.io
Epic React
Kent C. Dodds via Independent