MCPcopy Index your code

hub / github.com/redux-utilities/redux-actions / functions

Functions30 in github.com/redux-utilities/redux-actions

↓ 33 callersFunctioncreateActions
(actionMap, ...identityActions)
src/createActions.js:16
↓ 28 callersFunctioncreateAction
( type, payloadCreator = identity, metaCreator )
src/createAction.js:6
↓ 26 callersFunctioncombineActions
(...actionsTypes)
src/combineActions.js:20
↓ 22 callersFunctionhandleAction
(type, reducer = identity, defaultState)
src/handleAction.js:10
↓ 20 callersFunctionhandleActions
(handlers, defaultState, options = {})
src/handleActions.js:10
↓ 11 callersFunctionactionCreator
(...args)
src/createAction.js:25
↓ 5 callersFunctionunflattenActionCreators
( flatActionCreators, { namespace = DEFAULT_NAMESPACE, prefix } = {} )
src/utils/unflattenActionCreators.js:5
↓ 4 callersFunctionget
(key, x)
src/utils/get.js:3
↓ 3 callersFunctionownKeys
(object)
src/utils/ownKeys.js:3
↓ 2 callersFunctionactionCreatorsFromIdentityActions
(identityActions, options)
src/createActions.js:78
↓ 2 callersFunctionactionMapToActionCreators
( actionMap, { prefix, namespace = DEFAULT_NAMESPACE } = {} )
src/createActions.js:43
↓ 1 callersFunctionactionCreatorsFromActionMap
(actionMap, options)
src/createActions.js:37
↓ 1 callersFunctionconnectNamespace
(type)
src/utils/flattenWhenNode.js:12
↓ 1 callersFunctionconnectPrefix
(type)
src/utils/flattenWhenNode.js:23
↓ 1 callersFunctionhasGeneratorInterface
(handler)
src/utils/hasGeneratorInterface.js:3
↓ 1 callersFunctionisValidActionMapValue
(actionMapValue)
src/createActions.js:47
↓ 1 callersFunctionisValidActionTypes
(types)
src/combineActions.js:13
↓ 1 callersFunctiontoCamelCase
(string)
src/utils/camelCase.js:33
↓ 1 callersFunctiontoNoCase
(string)
src/utils/camelCase.js:20
↓ 1 callersFunctiontoSpaceCase
(string)
src/utils/camelCase.js:28
↓ 1 callersFunctionuncamelize
(string)
src/utils/camelCase.js:13
↓ 1 callersFunctionunflatten
( flatActionType, partialNestedActionCreators, partialFlatActionTypePath )
src/utils/unflattenActionCreators.js:9
↓ 1 callersFunctionunseparate
(string)
src/utils/camelCase.js:8
FunctionACTION_1
()
test/createActions.test.js:19
Function[combineActions(increment, decrement)]
(state, { payload: { amount } })
test/handleActions.test.js:182
FunctionisValidActionType
(type)
src/combineActions.js:9
Functionnext
(state, { payload })
test/handleAction.test.js:195
Functionnext
(state, { payload: { amount } })
test/handleActions.test.js:208
Functionthrow
(state)
test/handleAction.test.js:220
Functionthrow
(state)
test/handleActions.test.js:212