redeux:最小的单向数据流实用程序库

时间:2024-05-26 14:23:30
【文件属性】:

文件名称:redeux:最小的单向数据流实用程序库

文件大小:51KB

文件格式:ZIP

更新时间:2024-05-26 14:23:30

flux data utility unidirectional store

换代 最小的单向数据流实用程序库。 用普通的'ol JavaScript语言编写,因此无需转换 :high_voltage: 微小的 :collision: 简单的api: 店铺 返回当前状态 商店注册注册任意数量的减速器 store.subscribe 订阅功能以接收状态更新 store.unsubscribe 取消订阅状态更新功能 store.dispatch 派遣行动 安装 节点 npm i redeux --save 脚本 es模块 import Redeux from 'https://unpkg.com/redeux?module' 用法 减速器 这就是减速器的样子 // Default state var initialState = [ ] // By defualt the reducer function's name property // will be used as the key for th


【文件预览】:
redeux-master
----.gitignore(35B)
----example.html(680B)
----package.json(1KB)
----package-lock.json(161KB)
----LICENSE(11KB)
----index.js(2KB)
----redeux.mjs(2KB)
----test.js(4KB)
----README.md(3KB)
----redeux.umd.js(1KB)
----benchmark()
--------index.js(399B)
--------index.html(302B)
--------todos.js(337B)

网友评论