reflux-store-cache-mixin:回流商店购买混音以减少不必要的通话

时间:2024-06-12 00:19:28
【文件属性】:

文件名称:reflux-store-cache-mixin:回流商店购买混音以减少不必要的通话

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-12 00:19:28

JavaScript

回流存储缓存混合 回流混合用于缓存数据。 主要用途是减少网络上缓慢变化的数据的呼叫 例子 // Actions import Reflux from 'reflux' ; const testActions = Reflux . createActions ( { fetch : { children : [ 'completed' , 'failed' ] , } , } ) ; export default testActions ; // Store import Reflux from 'reflux' ; import StoreCacheMixin from 'reflux-store-cache-mixin' ; import { Map } from 'immutable' ; export default Reflux . createStore (


【文件预览】:
reflux-store-cache-mixin-master
----.gitignore(13B)
----.eslintrc(3KB)
----package.json(1KB)
----src()
--------util.js(284B)
--------index.js(84B)
--------store-cache-mixin.js(4KB)
----LICENSE.md(1KB)
----dist()
--------util.js(490B)
--------index.js(216B)
--------store-cache-mixin.js(4KB)
----README.md(937B)
----.eslintignore(35B)
----test()
--------test.js(0B)

网友评论