Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "lazy-redux", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Opinionated version of Redux, no action types and switch cases", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,2 +67,3 @@ # Lazy-Redux | ||
For the example above, actually there is a reducer named 'ui' (which you defined at createStore stage)generated by lazy-redux and a set function is defined for every reducer to set the new state. You can access any reducer setter from the first param of the returning function. | ||
Connect | ||
@@ -69,0 +70,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
6750
88