|
You are here |
scastiel.dev | ||
| | | | |
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). | |
| | | | |
codewithstyle.info
|
|
| | | | | Hooks are a recent addition to React that enable more of your components to be written as functions by providing less complex alternatives to class fe | |
| | | | |
hswolff.com
|
|
| | | | | This post is the first of a trilogy. Check out the other two posts as well:Level Up useReducer with ImmerHow To useContext With useReducerI didn't realize until recently how much I loved the React Hook useReducer. It's one of those advanced hooks, and while I read the documentation about it and alre | |
| | | | |
henriqueleite42.com
|
|
| | | On Anuntech we have the challenge to create an ERP, and for the ones that already worked with it, know that ERP can be one of the more complex types of software to make (and use, god have mercy of SAP users). To avoid the complexity of use, we wanted... | ||