Closed ahoym closed 6 years ago
Rename constants from _ERROR to _FAILURE as it makes a bit more sense, also noted in the redux docs: https://redux.js.org/advanced/async-actions#actions
_ERROR
_FAILURE
Make reducer factories specifically *ReducerFactory
*ReducerFactory
Expose for developer consumption through an index.ts (build config for minifying not done yet)
index.ts
makeResourceReducer
defaultResourceReducers
resourceReducerFactory
entitiesPath
Context
Rename constants from
_ERROR
to_FAILURE
as it makes a bit more sense, also noted in the redux docs: https://redux.js.org/advanced/async-actions#actionsMake reducer factories specifically
*ReducerFactory
Additional Changes
Expose for developer consumption through an
index.ts
(build config for minifying not done yet)makeResourceReducer
defaultResourceReducers
resourceReducerFactory
defaultResourceReducers
andentitiesPath
Tasks