0.0.7 • Published 6 years ago

@gik/redux-factory v0.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

@gik/redux-factory 0.0.7

A shorthand for our redux/redux-thunk workflow

Contributors
Supported platforms
  • darwin
  • linux

Table of contents

  • Factory function Actions and Reducers factory.
  • Store function Store creator.

Factory

global function

Actions and Reducers factory. Shorthand for reducing boilerplate needed to cerate reducers and actions.

Parameters
Returns

Object - A { Actions, Reducers } object.

▲ Top


Store

global function

Store creator. Shorthand for Redux's CreateStore.

Parameters
Returns

ReduxStore - The store to pass to the provider.

▲ Top