redux-proxy-selectors

1.0.0 • Public • Published

Redux Proxy Selectors

Build Status code style: prettier

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))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i redux-proxy-selectors

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • luwes