Module: AutoMate

Members

(inner, constant) actionCreators

Collect the action creators from all modules in actionCreators
Source:

(inner, constant) defaultState

The default state is combined from all sub-module states.
Source:

(inner, constant) enhancers

The enhancer allows to use Redux development tools in Chrome.
Source:

(inner, constant) rootReducer

The root reducer is combined from all sub-module reducers.
Source:

(inner, constant) router

Combine the routes from all modules.
Source:

(inner, constant) store

Build the Redux store from the rootReducer, the defualtState and the enhancers.
Source:

Methods

(inner) mapStateToProps()

Creates a function
Source: