文件名称:看起来:React React Hooks的状态管理员
文件大小:105KB
文件格式:ZIP
更新时间:2024-02-26 09:41:34
react redux flux hooks model
:cocktail_glass: 外观3.0 React Hooks的状态管理器,也许是最简单的。 自动加载状态▨模块▨重新渲染控制 中文× 安装 yarn add flooks # or npm install flooks 例 // counter model const counter = ( now ) => ( { count : 0 , add ( ) { const { count } = now ( ) ; // <----- now() :: get own model now ( { count : count + 1 } ) ; // <--- now(pay
【文件预览】:
flooks-master
----rollup.config.js(722B)
----.github()
--------workflows()
----yarn.lock(252KB)
----.eslintrc.js(785B)
----.prettierignore(14B)
----src()
--------index.ts(3KB)
--------index.test.js(2KB)
----README.zh-CN.md(4KB)
----tsconfig.json(678B)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(43B)
----.prettierrc.js(62B)
----.babelrc.js(308B)
----package.json(2KB)