fluxomorph:最小同构通量实现

时间:2024-06-20 22:37:32
【文件属性】:

文件名称:fluxomorph:最小同构通量实现

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-20 22:37:32

JavaScript

Fluxomorph 介绍: 最小同构通量实现。 仍然在制品。 出于需要和教育目的而制作。 完整的使用示例可以在看到。 安装: npm install fluxomorph --save 用法: 仅使用构造函数创建具有操作和存储的通量实例。 var Flux = require ( 'fluxomorph' ) ; var myFlux = Flux ( { Stores : { myStore : { getInitialState : function ( ) { return { hello : 'world' , age : 28 } ; } , handlers : { 'MY_ACTION_EVENT' : function ( c


【文件预览】:
fluxomorph-master
----.gitignore(491B)
----package.json(716B)
----.travis.yml(106B)
----store.js(1KB)
----test.js(20KB)
----state-mixin.js(983B)
----README.md(8KB)
----example()
--------using-constructor-and-custom-statemethods.js(2KB)
--------using-register.js(2KB)
--------dehydrate-rehydrate.js(991B)
--------using-constructor.js(2KB)
--------using-register-and-custom-statemethods.js(2KB)
----constants.js(62B)
----lib.js(2KB)
----.npmignore(23B)

网友评论