handleAction(s)
Methods
handleAction
handleAction(
type,
reducer | reducerMap = Identity,
defaultState,
)import { handleAction } from 'redux-actions';handleAction(type, reducer, defaultState)
handleAction(type, reducer, defaultState)handleAction(type, reducerMap, defaultState)
handleAction(type, reducerMap, defaultState)handleActions
handleActions(reducerMap, defaultState[, options])
handleActions(reducerMap, defaultState[, options])handleActions(actionMap[, defaultState], options)
handleActions(actionMap[, defaultState], options)Last updated