Detailed documentation of the API is provided here. For a more gentle introduction, refer to the tutorial
install()
loop(state, cmd)
liftState(state)
getModel(loop)
getCmd(loop)
isLoop(object)
Cmds
Cmd.none
Cmd.action(actionToDispatch)
Cmd.setTimeout(cmd, delayMs, options)
Cmd.setInterval(cmd, delayMs, options)
Cmd.run(func, options)
Cmd.list(cmds, options)
Cmd.map(cmd, higherOrderActionCreator, [...additionalArgs])
Cmd.clearTimeout(timerId)
Cmd.clearInterval(timerId)
combineReducers(reducerMap)
reduceReducers(...reducers)
mergeChildReducers(parentResult, action, childMap)