JavaScript Redux utility offering predefined async action creators and routine types.
redux-routines is a JavaScript utility that bundles predefined action creators and action types into a single "routine" object for common asynchronous tasks. It integrates with Redux patterns (including redux-actions) and is suited for apps that use Redux to manage state and need standardized async action lifecycles.
0