Skip to content

Commit 785df20

Browse files
docs(readme): add preact, react-native support (#142)
1 parent 05f89fa commit 785df20

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ The State management library for React
44

55
🎉 Support Both Class and Hooks Api
66

7+
⚛️ Support [preact](https://github.com/byte-fe/react-model-experiment/tree/preact), react-native and Next.js
8+
79
⚔ Fully TypeScript Support
810

9-
📦 built with microbundle
11+
📦 Built with microbundle
1012

1113
⚙️ Middlewares Pipline ( redux-devtools support ... )
1214

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-model",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "The State management library for React",
55
"main": "./dist/react-model.js",
66
"umd:main": "./dist/react-model.umd.js",

0 commit comments

Comments
 (0)