We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669a869 commit 2461696Copy full SHA for 2461696
README.md
@@ -27,6 +27,15 @@ store.dispatch(increment(42));
27
28
The simplest way to keep the immutable action controlled dataflow and define actions briefly is dispatching pure functions (as reducers) to the store.
29
30
+## Comparison with [Redux](https://www.npmjs.com/package/redux)
31
+
32
+Repatch is
33
+- **less verbose**
34
+- **3X smaller** (the minified version is __less then 1 KB__)
35
+- [**9X faster**](https://github.com/jaystack/redux-repatch-performance-comparison)
36
37
+then Redux.
38
39
## [API Reference](https://github.com/jaystack/repatch/wiki)
40
41
## Examples
0 commit comments