DEV Community

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

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.