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 05f89fa commit 785df20Copy full SHA for 785df20
README.md
@@ -4,9 +4,11 @@ The State management library for React
4
5
🎉 Support Both Class and Hooks Api
6
7
+⚛️ Support [preact](https://github.com/byte-fe/react-model-experiment/tree/preact), react-native and Next.js
8
+
9
⚔ Fully TypeScript Support
10
-📦 built with microbundle
11
+📦 Built with microbundle
12
13
⚙️ Middlewares Pipline ( redux-devtools support ... )
14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-model",
3
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "The State management library for React",
"main": "./dist/react-model.js",
"umd:main": "./dist/react-model.umd.js",
0 commit comments