Explore >> Select a destination


You are here

alexsidorenko.com
| | blog.webdevsimplified.com
7.2 parsecs away

Travel
| | An in depth look at every aspect of the useMemo and useCallback React hooks.
| | lucybain.com
13.3 parsecs away

Travel
| | React re-renders if shouldComponentUpdate returns true for any reason. How can we use this knowledge to help performance?
| | oh-no.ooo
8.2 parsecs away

Travel
| | The useMemo hook is both famous and infamus at the same time. Let's figure out together when we should or should not use it :D
| | sandroroth.com
75.3 parsecs away

Travel
| Reducers are not only useful for global state management. They can also be used for local component state. And compared to plain useReducer() we can reduce boilerplate code by adapting the API of modern reducer libraries like Redux Toolkit (RTK).