rix:[wip] 为 browserify 构建的React式接口库

时间:2024-07-21 10:23:02
【文件属性】:

文件名称:rix:[wip] 为 browserify 构建的React式接口库

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-21 10:23:02

JavaScript

里克斯 [wip] 为 browserify 构建的React式接口库。 功能包括: 小而可读的源代码 基于事件的接口 es6 准备好了 易于测试 通量兼容 安装 $ npm install rix 用法 const rix = require ( 'rix' ) const button = rix . dom ( ( dom , state , props ) => { return dom ( 'button' , { onClick : handleClick } , [ state . text ] ) } ) button . on ( 'mount' , ( el , state , props ) => { state = { text : 'click me' , count : 0 } } ) document . body . app


【文件预览】:
rix-master
----.travis.yml(164B)
----.eslintrc(809B)
----index.js(94B)
----docs()
--------events.md(896B)
----test.js(598B)
----package.json(630B)
----LICENSE(1KB)
----create-element()
--------index.js(731B)
--------test()
----.gitignore(164B)
----dom()
--------index.js(434B)
--------test()
----README.md(2KB)
----.editorconfig(207B)

网友评论