entities-reducer
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Redux normalized entity reducer", | ||
@@ -14,0 +14,0 @@ "main": "dist/index.js", |
@@ -51,6 +51,6 @@ # Entities Reducer | ||
### (#parameters-reducers) Reducers | ||
### [#parameters-reducers] Reducers | ||
Reducers are passed directly into `combineReducers` from redux, after the entities have been updated in state. It is called with the updated state and immediately returned. | ||
### (#parameters-data-resolver) dataResolver | ||
### [#parameters-data-resolver] dataResolver | ||
The data resolver is a lookup function that is passed the action and returns the entities object to use while updating. | ||
@@ -57,0 +57,0 @@ If the data resolver returns a falsy value the `entities-reducer` will skip process and move directly to handling the custom reducers. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package