redux-proxy-selectors
v1.0.0
Published
Redux enhancer to access selectors directly from state as getters.
Downloads
6
Readme
Redux Proxy Selectors
Redux enhancer to access selectors directly from state as getters.
Install
npm i --save redux-proxy-selectors
API
createProxySelectors(selectors)
selectors
A single map containing all the selectors with a similar shape as your reducer.
Usage
const store = createStore(reducer, createProxySelectors(selectors))