redux-zero
Advanced tools
Comparing version 4.6.0 to 4.6.1
{ | ||
"name": "redux-zero", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "", | ||
@@ -28,2 +28,3 @@ "main": "dist/redux-zero.js", | ||
"interfaces", | ||
"middleware", | ||
"preact", | ||
@@ -30,0 +31,0 @@ "react", |
@@ -153,6 +153,4 @@ <h1 align="center"> | ||
There is basic middleware support as of 4.6.0. The method signature for the middleware was inspired by redux. The main difference is that action is a function. | ||
The method signature for the middleware was inspired by redux. The main difference is that action is just a function: | ||
eg: | ||
```js | ||
@@ -159,0 +157,0 @@ /* store.js */ |
78081
67
678
192