Misk Simple Redux
Using Redux can be simple.
@misk/SimpleRedux
includes all the Redux parts necessary for forms, network requests, and other interactive components. Don't write Redux boilerplate for basic interactivity again.
Getting Started
$ npm install @misk/simpleredux
SimpleForm
A standardized set of form and input handler Redux-Sagas parts (actions, dispatcher, handlers, sagas, reducers, state interface)
Example Code
SimpleNetwork
A standardized set of Axios based request Redux-Sagas parts (actions, dispatcher, handlers, sagas, reducers, state interface)
Example Code
Understanding Redux