react 2store 源码
只需管理React应用程序数据系统 方法 import { Provider , useStore , getStore , Context } from 'react-2store' store . insert ( 'users' , { } ) // insert new data store . update ( 'users' , { key : value } | index ) // update existing data store . updateAll ( 'users' , data : { } ) // update all data store . delete (
文件列表
react-2store-main.zip
(预估有个8文件)
react-2store-main
.gitignore
12B
.babelrc
61B
package.json
556B
main.js
10KB
package-lock.json
127KB
index.js
15KB
test.js
0B
README.md
3KB
暂无评论