stateshot::floppy_disk:具有结构共享的非侵略性历史状态管理 源码
StateShot :floppy_disk: 具有结构共享的非侵略性历史状态管理。 只需将您的状态推入StateShot并undo / redo即可! 入门 通过NPM安装: npm i stateshot 基本用法: import { History } from 'stateshot' const state = { a : 1 , b : 2 } const history = new History ( ) history . pushSync ( state ) // the terser `history.push` API is async state . a = 2 // mutatio
文件列表
stateshot-master.zip
(预估有个22文件)
stateshot-master
.travis.yml
258B
benchmark
sha1.js
12KB
index.html
261B
test.json
29KB
main.js
1KB
.babelrc
182B
rollup.config.js
560B
package.json
1KB
暂无评论