undo:用于storeon的模块,允许撤消或重做最新事件

时间:2024-06-03 07:04:26
【文件属性】:

文件名称:undo:用于storeon的模块,允许撤消或重做最新事件

文件大小:389KB

文件格式:ZIP

更新时间:2024-06-03 07:04:26

JavaScript

Storeon撤消 微型模块,正在向您的状态添加撤消功能。 这意味着现在您可以撤消或重做状态中的事件。 它只有377个字节的模块(它使用来控制大小)而没有任何依赖性。 import { undoable , UNDO , REDO } from "@storeon/undo/full" ; const store = createStore ( [ /* all your modules */ undoable , ] ) ; // now you can use UNDO and REDO with dispatch dispatch ( UNDO ) ; 安装 npm install @storeon/undo # or yarn add @storeon/undo 如果需要支持IE,则需要使用Babel 。 用法 您可以通过两种方式使用此模块: 储存所有州的历史记


【文件预览】:
undo-master
----.travis.yml(47B)
----lefthook.yml(280B)
----index.js(3KB)
----package.json(2KB)
----example_history.gif(179KB)
----test()
--------index.test.js(6KB)
--------demo()
----LICENSE(1KB)
----.npmignore(151B)
----index.d.ts(686B)
----.gitignore(96B)
----CHANGELOG.md(950B)
----example.gif(182KB)
----README.md(3KB)
----yarn.lock(530KB)
----.editorconfig(148B)
----full()
--------index.js(171B)

网友评论