Skip to content

Commit 2461696

Browse files
author
Péter Hauszknecht
committed
update README
1 parent 669a869 commit 2461696

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ store.dispatch(increment(42));
2727

2828
The simplest way to keep the immutable action controlled dataflow and define actions briefly is dispatching pure functions (as reducers) to the store.
2929

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+
3039
## [API Reference](https://github.com/jaystack/repatch/wiki)
3140

3241
## Examples

0 commit comments

Comments
 (0)