bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/React

React

Hooks and State Management

Use hooks to model state, effects, refs, reducers, and shared app behavior.

Lesson 1

React Hooks

Hooks allow functions to have access to state and other React features without using classes.

Read lesson →Loading…
Lesson 2

React useState Hook

The React useState Hook allows us to track state in a function component.

Read lesson →Loading…
Lesson 3

React useEffect Hooks

The useEffect Hook allows you to perform side effects in your components.

Read lesson →Loading…
Lesson 4

React useContext Hook

React Context is a way to manage state globally.

Read lesson →Loading…
Lesson 5

React useRef Hook

The useRef Hook allows you to persist values between renders.

Read lesson →Loading…
Lesson 6

React useReducer Hook

The useReducer Hook is similar to the useState Hook.

Read lesson →Loading…
Lesson 7

React useCallback Hook

The useCallback Hook is used to memoize a callback function.

Read lesson →Loading…
Lesson 8

React useMemo Hook

The React useMemo Hook returns a memoized value.

Read lesson →Loading…
Lesson 9

React Custom Hooks

You can make your own Hooks!

Read lesson →Loading…