foundation-redux
Home > @genesislcap/foundation-redux
foundation-redux package
Functions
|
Function |
Description |
|---|---|
|
Creates a Redux store with FAST component integration. |
Interfaces
|
Interface |
Description |
|---|---|
|
Represents a Redux slice with actions and selectors. |
Type Aliases
|
Type Alias |
Description |
|---|---|
|
Extracts the bound actions type from an array of slices. | |
|
Extracts the root state type from an array of slices. | |
|
Extracts the bound selectors type from an array of slices. | |
|
An array of slices that will be combined into a single store. | |
|
The return type of the createStore function. | |
|
Type for thunk actions that can be dispatched to the store. |