1. 首页
  2. 数据库
  3. 其它
  4. PureState:最有效的愚蠢状态管理库 源码

PureState:最有效的愚蠢状态管理库 源码

上传者: 2021-05-01 08:28:45上传 ZIP文件 5.9KB 热度 12次
PureState.js 一个愚蠢,简单,干净,可笑的小状态管理库,应该涵盖Flux / Reflux / etc等复杂解决方案的每个用例,而无需过度设计。 请参阅下面的rant。 var state = require ( "./purestate" ) ; // Stateful variables are just JS values wrapped with a `state` call var x = state ( 0 ) ; // This reads a stateful variable; read as "console.log(x)" console . log (
用户评论