文件名称:react-gizmo::lizard:React Gizmo-用于React的UI有限状态机
文件大小:84KB
文件格式:ZIP
更新时间:2024-05-20 15:51:49
react flow state-machine transition xstate
React小发明 UI有限状态机的React React Gizmo是一个可爱的状态机,如果在上面洒水,它也不会变成怪物 快速开始 安装 yarn add react-gizmo 用法 PS: react-gizmo使用新的React Context API。 要使该库正常工作,需要React 16.3。 import { Machine , State } from "react-gizmo" ; const state = { initialState : { text : "Next" } , flow : { initial : "start" , states : { start : { on : { NEXT : "end" } } , end : { on : { PREV : "start" } } } } } ; const Machine
【文件预览】:
react-gizmo-master
----.gitignore(285B)
----.babelrc(297B)
----package.json(2KB)
----package-lock.json(214KB)
----src()
--------index.js(4KB)
--------Graph.js(5KB)
--------graph.scss(1KB)
----rollup.config.js(414B)
----example()
--------index.js(0B)
----readme.md(6KB)
----bundle.js(17KB)
----yarn.lock(127KB)