文件名称:react-rebels:助焊剂简化
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-10 10:17:46
JavaScript
叛军 助焊剂简化。 觉得动作的创造者和调度员太困惑了吗? rebels通过为您提供最小的API表面积并抽象出细节来消除这种复杂性。 店铺 通过常量,子类Store公开操作,以添加您的应用程序逻辑,并通过listenForAction(type, (payload) => {})监听操作: import {Store} from 'rebels'; export const INCREMENT_THE_COUNT = Symbol('INCREMENT_THE_COUNT'); class TheStore extends Store { constructor() { super(); this._count = 0; this.listenForAction(INCREMENT_THE_COUNT, (payload)=>{
【文件预览】:
react-rebels-master
----src()
--------BaseComponent.js(987B)
--------BaseStore.js(1KB)
--------index.js(110B)
--------Dispatcher.js(253B)
----lib()
--------BaseComponent.js(6KB)
--------BaseStore.js(4KB)
--------index.js(521B)
--------Dispatcher.js(2KB)
----README.md(2KB)
----.gitignore(54B)
----package.json(640B)