re-select:记忆选择器库

时间:2024-06-05 12:00:08
【文件属性】:

文件名称:re-select:记忆选择器库

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-05 12:00:08

redux memoized-selectors JavaScript

重新选择 记忆选择器库 该库背后的动机是为了提高用法,使其更具弹性和简洁性。 通过使用新的构造选择器的方法,您应该能够编写更易于组合的选择器。 /* selectors.js ** ** You never call createSelector in your `selectors.js` ** import { createSelector } from 'reselect' */ const shopItemsSelector = state => state . shop . items const taxPercentSelector = state => state . shop . taxPercent // Notice how to use an array structure to describe a selector const subtotalSelecto


【文件预览】:
re-select-master
----.gitignore(895B)
----README.md(6KB)
----test()
--------test.js(6KB)
----LICENSE(1KB)
----package.json(1KB)
----src()
--------index.js(2KB)
----.babelrc(361B)
----.npmignore(6B)
----.travis.yml(81B)
----package-lock.json(105KB)

网友评论