redux-supervisor

2.9.9 • Public • Published

End Goal:

API LAYER

Register a list of API url mappings. Returns a set of actions, types, epics, and reducers for those actions.

  • can be normalized

ACTION LAYER

Name a specific action.

  • It can by chained.

    • Eg. (a) => func1, (a, func1Response) => func2, (a, func1Response, func2Response) => func3
  • It has selector helpers

    • user can provide a normaliation approach for pulling out data
    • uer can provide multiple selectors for an action set
  • Actions can be composed

    • action1 can be passed into action 2
    • can leverage api selectors

/redux-supervisor/

    Package Sidebar

    Install

    npm i redux-supervisor

    Weekly Downloads

    0

    Version

    2.9.9

    License

    MIT

    Unpacked Size

    44.7 kB

    Total Files

    31

    Last publish

    Collaborators

    • macromackie