redux-rest-easy
  • ⛳@brigad/redux-rest-easy
  • docs
    • api
      • reducer
      • createResource
        • actionsConfig
        • actions
        • selectors
      • connect
      • reducer
        • reducers
      • createResource
      • getPersistableState
      • initializeNetworkHelpers
      • reset
    • principles
      • persistence
      • actions
      • selectors
      • preflight
      • reducers
  • LICENSE
  • CHANGELOG
  • CODE_OF_CONDUCT
  • CONTRIBUTING
  • TODO
Powered by GitBook
On this page
  1. docs
  2. principles

reducers

PreviouspreflightNextLICENSE

Last updated 6 years ago

Unlike traditional Redux apps, which have multiple reducers per resource, redux-rest-easy works with generic reducers.

The state is split into three keys: requests, resources, and resolversHashes. requests holds the metadata related to requests, resources holds the data, and resolversHashes holds the hashes used for re-reselect resolvers.

For extensive documentation on the effect of redux-rest-easy reducers on your state, see the .

reducers documentation