cellx:javascript的超快速React性实现

时间:2021-04-29 03:11:12
【文件属性】:
文件名称:cellx:javascript的超快速React性实现
文件大小:209KB
文件格式:ZIP
更新时间:2021-04-29 03:11:12
JavaScript javascript的React性的超快速实现。 安装 以下命令将cellx作为npm软件包安装: npm install cellx --save 例子 let user = { firstName : cellx ( 'Matroskin' ) , lastName : cellx ( 'Cat' ) , fullName : cellx ( function ( ) { return ( user . firstName ( ) + ' ' + user . lastName ( ) ) . trim ( ) ; } ) } ; user . fullName . subscribe ( function ( ) { console . log ( 'fullName: ' + user . fullName ( ) ) ;
【文件预览】:
cellx-master
----.travis.yml(106B)
----rollup.config.js(392B)
----docs()
--------images()
----package.json(1KB)
----perf()
--------lib()
--------perf.html(17KB)
----README.ru.md(16KB)
----.prettierrc(225B)
----tests()
--------cellx.test.ts(3KB)
--------Cell.test.ts(9KB)
--------EventEmitter.test.ts(4KB)
----.eslintrc.cjs(753B)
----dist()
--------config.js(188B)
--------utils.js(103B)
--------cellx.js(3KB)
--------WaitError.d.ts(49B)
--------EventEmitter.js(7KB)
--------config.d.ts(192B)
--------Cell.js(14KB)
--------Cell.d.ts(3KB)
--------EventEmitter.d.ts(2KB)
--------WaitError.js(41B)
--------cellx.d.ts(2KB)
--------cellx.umd.js(29KB)
--------utils.d.ts(61B)
----src()
--------utils.ts(113B)
--------WaitError.ts(40B)
--------Cell.ts(14KB)
--------cellx.ts(5KB)
--------EventEmitter.ts(7KB)
--------config.ts(207B)
----tsconfig.json(438B)
----.gitignore(54B)
----.nycrc.json(89B)
----tsconfig.tests.json(388B)
----.npmrc(18B)
----README.md(13KB)
----.editorconfig(391B)

网友评论