DEV Community

Discussion on: Clean React-Redux, Redux-Saga client-side solution.

Collapse
 
alanst32 profile image
alanst32 • Edited

Agree, solutions like React Query or RxJS would be much less code. The reason of the post was not to say that Redux would be a better option, but to demonstrate how we can achieve a state management with Typescript and Redux.

Collapse
 
pcelac profile image
Aleks

Ok got it.
Still, there is a lot of boilerplate to do such actions.
And if we are talking about nowadays...
Nowadays even Redux creators strongly recommend using Redux Toolkit, which reduces lot of boilerplate and has some nice features to handle those async requests.