Module Redux
Provides classes and predicates for reasoning about data flow through the redux package.
Import path
import javascriptPredicates
| actionToReducerPromiseStep | Holds if |
| actionToReducerStep | Holds if |
| getADispatchFunctionNode | Gets an API node referring to the Redux |
| getADispatchedValueNode | Gets an API node corresponding to a value being passed to the |
| getAffectedStateAccessPath | Gets the access path which |
| getAnUntypedActionInReducer | Gets the |
| reducerToStateStep | Holds if |
Classes
| ActionCreator | A function for creating and dispatching action objects of shape |
| DelegatingReducer | The creation of a reducer function that delegates to one or more other reducer functions. |
| ReducerArg | A data flow node that is used as a reducer. |
| StoreCreation | A creation of a redux store, usually via a call to |
Modules
| ActionCreator | Companion module to the |
| Internal | For testing only. |
| StoreCreation | Companion module to the |