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 f7a1a13 commit ad54fd2Copy full SHA for ad54fd2
README.md
@@ -37,12 +37,12 @@ npm install --save use-substate
37
38
## Features
39
40
-- ⏬ Lightweight
+- ⏬ Lightweight ([<600B minified + gzipped](https://bundlephobia.com/result?p=use-substate))
41
+- ⚛️ Works with your existing Redux-like store
42
- ✅ Concurrent React ready (avoids rendering stale state)
-- 🐋 Only updates components that need to be updated
43
+- 🙅♀️ Avoids unnecessary re-renders
44
- 🔂 Uses an external event subscription to short-circuit context propagation
45
- 🎈 Full Flow and TypeScript support coming soon
-- ⚛️ Works with your existing Redux-like store
46
- 🎮 You’re in full control of your store and can use it outside React as well
47
48
## Usage
0 commit comments