stamen:基于Hooks的React状态管理库

时间:2024-06-02 06:00:11
【文件属性】:

文件名称:stamen:基于Hooks的React状态管理库

文件大小:64KB

文件格式:ZIP

更新时间:2024-06-02 06:00:11

react typescript state-management stamen immer

蕊 基于Hooks的React状态管理库 安装 yarn add stamen 快速开始 import React from 'react' import ReactDOM from 'react-dom' import { createStore } from 'stamen' const { useStore , dispatch } = createStore ( { state : { count : 10 , } , reducers : { increment ( state ) { state . count ++ } , decrement ( state ) { state . count -- } , } , effects : { async asyncIncrement (


【文件预览】:
stamen-master
----.gitignore(126B)
----tsconfig.json(669B)
----README.md(4KB)
----CHANGELOG.md(5KB)
----rollup.config.js(501B)
----.prettierrc(106B)
----examples()
--------counter()
--------todomvc()
--------basic()
--------async()
--------recommended-usage()
----LICENSE(1KB)
----__tests__()
--------index.tsx(959B)
----package.json(3KB)
----tslint.json(853B)
----.coveralls.yml(71B)
----src()
--------util.ts(645B)
--------index.tsx(2KB)
--------typings.ts(532B)
----.travis.yml(34B)
----.npmrc(20B)

网友评论