文件名称:riot-redux:RiotJS的Redux实现
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-06 02:01:39
JavaScript
防暴 作为Mixin的RiotJS的Redux实现 Redux的防暴绑定。 执行 /* child-tag.tag */ < child> < div> hello {state.name} div> < input type =" text " onkeyup =" {actions.changeName} " /> < script > var riotRedux = require ( 'riot-redux' ) this . mixin ( riotRedux ) </ script > child> 使用简单 /* parent-tag.tag */ < parent> < child-tag state =" {child_init_state} " actions =" {chi
【文件预览】:
riot-redux-master
----src()
--------store()
--------utils.js(910B)
--------index.js(2KB)
--------maps.js(668B)
----README.md(1KB)
----.gitignore(47B)
----package.json(647B)