Skip to content

Commit f57e895

Browse files
committed
update readme
1 parent 12f9bde commit f57e895

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
<br/>
44
<img src="./assets/logo.png" alt="memoize" height="187" align="center">
55
<br/>
6-
[![CircleCI status](https://img.shields.io/circleci/project/github/theKashey/react-memoize/master.svg?style=flat-square)](https://circleci.com/gh/theKashey/react-focus-lock/tree/master)
6+
<br/>
7+
<a href="https://circleci.com/gh/theKashey/react-memoize/tree/master">
8+
<img src="https://img.shields.io/circleci/project/github/theKashey/react-memoize/master.svg?style=flat-square)" alt="Build status">
9+
</a>
10+
<br/>
11+
<br/>
12+
<br/>
713
</div>
814

15+
916
7kb library to change the world. It is not fast, but it is MUCH faster that VDOM tree comparison you will face in case of render trashing.
1017
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`.
1118

0 commit comments

Comments
 (0)