• Introduction
  • Getting started
    • Tutorial
    • Testing
    • Migrating to Redux Loop
    • Advanced topics
  • Recipes
    • Action Queue
  • API Docs
    • install
    • loop
    • liftState
    • getModel
    • getCmd
    • isLoop
    • Cmds
      • Cmd.action
      • Cmd.setTimeout
      • Cmd.setInterval
      • Cmd.run
      • Cmd.list
      • Cmd.map
      • Cmd.none
    • Cmd.clearTimeout
    • Cmd.clearInterval
    • Cmd.getState
    • Cmd.dispatch
    • combineReducers
    • reduceReducers
    • mergeChildReducers
  • Published with GitBook

API Docs

API Docs

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)

results matching ""

    No results matching ""