文件名称:kefir.db:基于Kefir的React式状态管理工具包
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-28 11:35:23
JavaScript
开菲尔DB 在制品。 流库的高级React状态。 简短的介绍 与许多其他流实现不同,Kefir确实有一个称为Property的有状态流概念。 这个概念仍然是非常低级的和基本的,没有我们通常希望从应用程序级响应状态获得的功能。 该库基于本机Propery ,添加了许多其他功能,最重要的是,为可插入中间件建立了API。 用法 $ npm install kefir.db import K from "kefir" import * as D from "kefir.db" let inc = ( x ) => x + 1 let dec = ( x ) => x - 1 let action$ = K . merge ( [ K . later ( 0 , ( ) => 0 ) , // initial counter K . later ( 100 , inc ) , //
【文件预览】:
kefir.db-master
----package.json(1010B)
----package-lock.json(80KB)
----src()
--------index.js(10KB)
----.npmignore(88B)
----tutorials()
--------2.store()
--------10.log()
--------1.state()
--------11.control()
----.gitignore(80B)
----README.md(2KB)
----LICENSE.txt(1KB)