Skip to content

Commit 41e5242

Browse files
authored
Update README.md
1 parent e0885da commit 41e5242

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@
2121
<br/>
2222
</div>
2323

24+
7kb MobX-level memoization library, which tracks all the arguments you are __really__ depends on.
25+
- It is not so fast, as reselect, but could handle more cases, and works out of the box.
26+
- It is not so fast, but much faster, than _VDOM tree comparison_ you will face in case of render trashing.
27+
- It contain 3 types of memoziation to handle all possible cases.
2428

25-
7kb library to change the world. It is not fast, but it is MUCH react-memoizer that VDOM tree comparison you will face in case of render trashing.
2629
Uses [memoize-state](https://github.com/theKashey/memoize-state) underneath, providing the same magic for `get` as [immer](https://github.com/mweststrate/immer) provided to `set`.
2730

31+
Works fine in all browsers including IE11.
32+
2833
__Just write code as you want. It it will be properly memoized__.
2934

3035
This is declarative component memoization for React! Based on [Dan Abramov's tweet](https://twitter.com/dan_abramov/status/965378278461755392)

0 commit comments

Comments
 (0)