api documentation for redux (4.0.0)

Predictable state container for JavaScript apps

table of contents

  1. module redux
    1. function redux.applyMiddleware ()
    2. function redux.bindActionCreators (actionCreators, dispatch)
    3. function redux.combineReducers (reducers)
    4. function redux.compose ()
    5. function redux.createStore (reducer, preloadedState, enhancer)
    6. object redux.__DO_NOT_USE__ActionTypes

module redux

function redux.applyMiddleware ()

function redux.bindActionCreators (actionCreators, dispatch)

function redux.combineReducers (reducers)

function redux.compose ()

function redux.createStore (reducer, preloadedState, enhancer)

[ this document was created with utility2 ]