4.8  4 reviews on Udemy

Learn the React hooks by example

A complete overview of the hooks with useState, useEffect, useCallback, useMemo, useRef, useReducer and useContexte
Course from Udemy
 41 students enrolled
 en
How to use React hooks
Learn useState, to add and update local state inside a function component
Learn useEffect, to apply side effects whenever the state changes
A complete guide to additional hooks like useMemo, useCallback, useRef, useReducer and useContext
Learn to build your own hook to encapsulate and reuse stateful logic
Learn by examples with a practical project : data fetching with function components only

The hooks, are a new addition to the React library since version 16.8, that let you write stateful component without the need to write a class,

The course is fast-paced with practical example and project to get you up to speed fast with using hooks, from basic to advanced.

1) We begin with an overview of the basic hooks, with :

  • useState : to add and update local state inside a function component

  • useEffect: serving the same purpose as componentDidMount and componentDidUpdate, the effect hook to apply side effects in your function component when the local state updates

2) Then, we dive into the additional hooks, with :

  • useContext

  • useCallback and useMemo

  • useReducer

  • useRef

3) Finally, we learn to build custom hooks to isolate and reuse stateful logic between multiple function components :

  • to make network call to APIs

  • to validate forms

  • and,  to add theme configuration to your project with the option to toggle dark and light theme

Learn the React hooks  by example
$ 94.99
per course
Also check at

FAQs About "Learn the React hooks by example"

About

Elektev is on a mission to organize educational content on the Internet and make it easily accessible. Elektev provides users with online course details, reviews and prices on courses aggregated from multiple online education providers.
DISCLOSURE: This page may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.

SOCIAL NETWORK