 
      
    | You are here | alexsidorenko.com | ||
| | | | | blog.webdevsimplified.com | |
| | | | | An in depth look at every aspect of the useMemo and useCallback React hooks. | |
| | | | | lucybain.com | |
| | | | | React re-renders if shouldComponentUpdate returns true for any reason. How can we use this knowledge to help performance? | |
| | | | | oh-no.ooo | |
| | | | | 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 | |
| | | 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). | ||