|
You are here |
mbuffett.com | ||
| | | | |
scastiel.dev
|
|
| | | | | Redux is an awesome library to handle the state of big applications, React or not. But when you think about it, the basic features of Redux can be implemented in very few lines of code. Let's see how. | |
| | | | |
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). | |
| | | | |
dylanpaulus.com
|
|
| | | | | Last time we went through using Typescript with React, and setup a small counter application. A lot of applications out there use Redux. A common pain-point for me was how to setup Typescript with Redux-it's a common hurdle with my team also. Though Redux is a totally different library, it holds a b... | |
| | | | |
ariya.io
|
|
| | | Your little Firebase project is getting bigger every day? Never underestimate the need to establish a solid and firm integration tests from the get go. | ||