/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

robertcooper.me
| | initialcommit.com
2.5 parsecs away

Travel
| | In this article, we'll discuss two of the most important hooks used in almost every React component, the useState and useEffect hooks.
| | blog.bloomca.me
1.4 parsecs away

Travel
| | The blog of Seva Zaikov
| | nikgrozev.com
2.1 parsecs away

Travel
| | This article demonstrates with a few simple examples why we need the useCallback and useMemo hooks and when and how to use them.
| | sandroroth.com
16.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).