0.0.6 • Published 5 years ago

grey-shared-object v0.0.6

Weekly downloads
18
License
-
Repository
-
Last release
5 years ago

grey-group-function

介绍

基于 Local Storage 的共享对象

git

https://gitee.com/grey-ts/grey-shared-object

<div className="App">
    <a onClick={e => {
        sharedObject.on('xxx', onHander);
    }} >开始监听</a>

    |

    <a onClick={e => {
        sharedObject.off('xxx', onHander);
    }} >取消监听</a>

    |

    <a onClick={e => {
        sharedObject.set('xxx', Math.random());
    }} >设置数据</a>
</div>
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago