April 2021
Intermediate to advanced
376 pages
9h 53m
English
This chapter covers
useCallback hookUp to this point, we’ve seen how components can manage their own state with the useState, useReducer, and useRef hooks and load state data with the useEffect hook. It’s common, however, for components to work together, using shared state values to generate their UI. Each component may have a whole hierarchy of descendant components nested within it, chirping and chirruping to be fed data, so state values ...
Read now
Unlock full access