/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

blog.piotrnalepa.pl
| | scastiel.dev
3.9 parsecs away

Travel
| | A recurring question I hear from people learning React: "how do I know if I'm ready to apply to junior React developer jobs?". Very often, they're ready before they know.
| | blog.openreplay.com
1.9 parsecs away

Travel
| | Error handling is a must for every application, Error Boundaries are the React-way of dealing with errors within your apps
| | codedrivendevelopment.com
2.3 parsecs away

Travel
| |
| | sandroroth.com
18.0 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).