@gik/redux-factory
v0.0.7
Published
A shorthand for our redux/redux-thunk workflow
Downloads
2
Maintainers
Readme
@gik/redux-factory 0.0.7
A shorthand for our redux/redux-thunk workflow
Contributors
Supported platforms
- darwin
- linux
Table of contents
Factory
global function
Actions and Reducers factory. Shorthand for reducing boilerplate needed to cerate reducers and actions.
Parameters
Returns
Object
- A { Actions, Reducers } object.
Store
global function
Store creator. Shorthand for Redux's CreateStore.
Parameters
Returns
ReduxStore
- The store to pass to the provider.