Lines Matching refs:reselect

15 import { createSelector } from 'reselect'
70 - [Can I use Reselect without Redux?](#q-can-i-use-reselect-without-redux)
74 - [How do I use Reselect with Immutable.js?](#q-how-do-i-use-reselect-with-immutablejs)
83 npm install reselect
146 import { createSelector } from 'reselect'
247 import { createSelector } from 'reselect'
325 > An alternative approach can be found in [re-reselect](https://github.com/toomuchdesign/re-reselec…
334 import { createSelector } from 'reselect'
514 import { createSelectorCreator, defaultMemoize } from 'reselect'
533 import { createSelectorCreator } from 'reselect'
689 import { createSelector } from 'reselect'
732 import { createSelectorCreator, defaultMemoize } from 'reselect'
783 The general consensus [here](https://github.com/reduxjs/reselect/issues/38) and [over at nuclear-js…
786 import { createSelector } from 'reselect'
949 A: Try these [helper functions](https://github.com/reduxjs/reselect/issues/159#issuecomment-2387247…
953 ### [re-reselect](https://github.com/toomuchdesign/re-reselect)
959 ### [reselect-tools](https://github.com/skortchmark9/reselect-tools)
961 …/webstore/detail/reselect-devtools/cjmaipngmabglflfeepmdiffcijhjlbb?hl=en) and [companion lib](htt…
967 ### [reselect-map](https://github.com/HeyImAlex/reselect-map)
969 …ht not give you the granularity of caching that you need. Check out the reselect-maps README for e…
971 **The optimizations in reselect-map only apply in a small number of cases. If you are unsure whethe…
977 [build-badge]: https://img.shields.io/travis/reduxjs/reselect/master.svg?style=flat-square
978 [build]: https://travis-ci.org/reduxjs/reselect
980 [npm-badge]: https://img.shields.io/npm/v/reselect.svg?style=flat-square
981 [npm]: https://www.npmjs.org/package/reselect
983 [coveralls-badge]: https://img.shields.io/coveralls/reduxjs/reselect/master.svg?style=flat-square
984 [coveralls]: https://coveralls.io/github/reduxjs/reselect