View on GitHub

401-reading-notes

CLASS 33

Context API

REVIEW, RESEARCH AND DISCUSS

Describe use cases for:

useMemo()

useReducer()

Why do custom hooks need the use prefix?

What do custom hooks usually do?

Using any list of custom hooks, research and name one that you think will be useful in your applications

Describe how a hook that fetches API data might work

TERM:

reducer