Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "novux", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Easily update & reset redux state", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/neednova/novux", |
# novux | ||
`novux` lets you to write Redux code simpler & faster by using an opinionated reducer generator. | ||
`novux` lets you to write simpler reduce Redux code with less boilerplate. Novux uses a simple but opinionated reducer generator that handles logic for 2 actions: update and reset. | ||
1. less boilerplate: instead of having to write and maintain dozens of actions creators, simply change state using two actions, `update` or `reset`. | ||
2. less maintenance: reduce the number of tests you have to write to only focus on business logic — all reducer action creator tests are handled by `novux` | ||
3. code faster: easily declare and describe state changes to make coding & collaboration easier, even as state changes become more complex | ||
`novux` helps us write faster and better redux logic: | ||
1. less boilerplate: instead of having to write and maintain dozens of actions creators, simply change state using `update` or `reset`. | ||
2. less maintenance: reduce the number of tests you have to write to only focus on business logic | ||
3. code faster: easily declare and describe state changes to make coding & collaboration easier | ||
## Installation | ||
@@ -11,0 +9,0 @@ |
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
18928
110