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

Readme

Keywords

none

Package Sidebar

Install

npm i redux-proxy-selectors

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • luwes