: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 } )