April 2021
Intermediate to advanced
376 pages
9h 53m
English
This chapter covers
useEffect hookReact transforms our data into UI. Each component plays its part, returning its contribution to the overall user interface. React builds the tree of elements, compares it with what’s already rendered, and commits any necessary changes to the DOM. When the state changes, React goes through the process again to update the UI. React is really good at efficiently deciding what should update and scheduling any changes.
Sometimes, however, we need our components ...
Read now
Unlock full access