文件名称:crosstab:Storeon的模块,用于同步浏览器选项卡的操作
文件大小:303KB
文件格式:ZIP
更新时间:2024-06-03 07:02:40
JavaScript
Storeon交叉表 模块,用于通过过滤需要同步的事件来同步浏览器选项卡的操作。 它的大小是219个字节(最小化并压缩),并使用来控制大小。 例子 安装 npm install @storeon/crosstab # or yarn add @storeon/crosstab 用法 如果要在浏览器的选项卡之间同步状态, crossTab从@storeon/crosstab导入crossTab并将此模块添加到createStore 。 import { createStoreon } from 'storeon' import { persistState } from '@storeon/localstorage' import { crossTab } from '@storeon/crosstab' const increment = store => { store . o
【文件预览】:
crosstab-master
----.gitignore(68B)
----package.json(2KB)
----LICENSE(1KB)
----index.js(1KB)
----CHANGELOG.md(603B)
----.github()
--------workflows()
----example.gif(196KB)
----README.md(2KB)
----example()
--------index.js(1KB)
--------index.html(581B)
--------index.css(487B)
----.npmignore(133B)
----test()
--------index.test.js(3KB)
----.editorconfig(147B)
----yarn.lock(437KB)
----index.d.ts(214B)