Skip to content

Commit ad54fd2

Browse files
Update README.md
1 parent f7a1a13 commit ad54fd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ npm install --save use-substate
3737

3838
## Features
3939

40-
- ⏬ Lightweight
40+
- ⏬ Lightweight ([<600B minified + gzipped](https://bundlephobia.com/result?p=use-substate))
41+
- ⚛️ Works with your existing Redux-like store
4142
- ✅ Concurrent React ready (avoids rendering stale state)
42-
- 🐋 Only updates components that need to be updated
43+
- 🙅‍♀️ Avoids unnecessary re-renders
4344
- 🔂 Uses an external event subscription to short-circuit context propagation
4445
- 🎈 Full Flow and TypeScript support coming soon
45-
- ⚛️ Works with your existing Redux-like store
4646
- 🎮 You’re in full control of your store and can use it outside React as well
4747

4848
## Usage

0 commit comments

Comments
 (0)