变量:创建React性变量并对其作出React 源码
@ lume /变量 做出React性变量并对其变化做出React。 npm install @lume/variable --save 对React变量的变化做出React 在下面的代码中,我们进行React式变量count ,每秒增加其值,然后重新运行一段代码,将每次更改的值记录到控制台: import { variable , autorun } from '@lume/variable' const count = variable ( 0 ) setInterval ( ( ) => count ( count ( ) + 1 ) , 1000 ) autorun ( ( ) =>
文件列表
variable-master.zip
(预估有个18文件)
variable-master
.gitignore
53B
package.json
2KB
.npmrc
19B
src
getGlobal.ts
261B
html.ts
834B
index.test.ts
13KB
index.ts
12KB
dom.ts
760B
暂无评论