22 Resources to study Redux Side Effects
📚 Archive: This post was imported from my previous blog at decebalonprogramming.net
In my learning journey, I have a habit of building a list of resources that I am about to study in order to extract something more specific into an ulterior blog article or in implementing a certain software feature.
My end goal after going through the following resources is to have result in a blog post explaining what Redux Side Effects are about and how and when they can be used. Might be a series of blog posts to be fair, if this subject's worthy enough.
Redux Side Effects Resources:
-
Redux documentation on middleware https://redux.js.org/api-reference/applymiddleware
-
Actionware - Redux with less boilerplate, actions statuses and controlled side-effects in a single shot. https://github.com/wellguimaraes/actionware
-
[SOME PROBLEMS WITH REACT/REDUX] (https://staltz.com/some-problems-with-react-redux.html)
-
Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.
-
An alternative side effect model for Redux apps https://redux-saga.js.org/ - https://github.com/redux-saga/redux-saga
-
https://github.com/markerikson/react-redux-links/blob/master/redux-side-effects.md