看起来:React React Hooks的状态管理员 源码
: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 } )
文件列表
flooks-master.zip
(预估有个15文件)
flooks-master
rollup.config.js
722B
.github
workflows
test.yml
711B
yarn.lock
252KB
.eslintrc.js
785B
.prettierignore
14B
src
index.ts
3KB
暂无评论