redux-select-when-matched:当状态允许您的谓词返回true时,使用状态选择的选择来解决一个promise

时间:2024-03-15 00:47:39
【文件属性】:

文件名称:redux-select-when-matched:当状态允许您的谓词返回true时,使用状态选择的选择来解决一个promise

文件大小:116KB

文件格式:ZIP

更新时间:2024-03-15 00:47:39

JavaScript

匹配时重新选择 当状态允许您的谓词返回true时,通过从状态中选择的选择来解决一个promise 用生成的目录 用法 安装 $ npm install redux-select-when-matched --prod 订阅状态变更 import selectWhenMatched from 'redux-select-when-matched' ; import { createStore } from 'redux' ; import { isLoaded , getResource } from 'duck' ; const store = createStore ( reducer ) ; const predicate = state => isLoaded ( state , 'foo-type' , id ) ; const selector = state => getRe


【文件预览】:
redux-select-when-matched-master
----.eslintrc.yml(59B)
----.gitignore(59B)
----.babelrc(32B)
----package.json(2KB)
----.nycrc(87B)
----package-lock.json(449KB)
----src()
--------subscription-manager.js(487B)
--------index.js(48B)
----.nvmrc(4B)
----.travis.yml(209B)
----LICENSE(1KB)
----.github()
--------settings.yml(874B)
----rollup.config.js(662B)
----README.md(4KB)
----.eslintignore(16B)
----.commitlintrc.js(37B)
----.npmignore(224B)
----.gitattributes(11B)
----test()
--------unit()
--------mocha.opts(65B)
--------mocha-setup.js(100B)
----.huskyrc.json(85B)
----.editorconfig(228B)
----.dependabot()
--------config.yml(401B)

网友评论