文件名称:ashnazg:带有JSX绑定的简单前端状态管理
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-30 09:00:57
JavaScript
ashnazg是一个带有JSX绑定的小型前端状态管理系统,可用于例如Preact或React。 使用ashnazg,可以使用简单的单向数据流轻松保持全局应用程序状态。 该模块尚未准备好用于生产。 需要更多测试。 另外,如下所述的Proxy功能尚未就绪。 用法 使用preact和ES6: import ashnazg from 'ashnazg' import {Component as PreactComponent, h, render) from 'preact' const Component = ashnazg.extend(PreactComponent) // Simple Counter compo export default class Counter extends Component { constructor(props) { super(prop
【文件预览】:
ashnazg-master
----.babelrc(82B)
----package.json(1KB)
----dist()
--------index.js(16KB)
----index.js(13KB)
----README.md(10KB)
----example()
--------package.json(358B)
--------bin()
--------count.js(952B)
--------index.js(2KB)
--------ashnazg.js(11B)
--------index.html(1KB)
----test()
--------.babelrc(48B)
--------components()
--------package.json(655B)
--------README.md(37B)
--------tests()