April 2021
Intermediate to advanced
376 pages
9h 53m
English
This chapter covers
useMemo hook to avoid rerunning expensive computationsuseMemo with a dependency arrayReact is great at making it easy to display data in efficient, appealing, and responsive ways. But simply throwing raw data onto the screen is rare. Whether our apps are statistical, financial, scientific, entertaining, or whimsical, we almost always manipulate our data before bringing it to the surface.
Sometimes that manipulation can be complicated or time-consuming. If the time and resources spent are necessary to ...
Read now
Unlock full access