Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts
Build state flow from detected patterns
Signature
tsfunction buildReduxStateFlow(actions: ReduxActionPattern[], _reducers: ReduxReducerPattern[], selectors: ReduxSelectorPattern[]): StateFlow | null
Parameters
| Name | Type |
|---|---|
actions | ReduxActionPattern[] |
_reducers | ReduxReducerPattern[] |
selectors | ReduxSelectorPattern[] |
Returns: StateFlow | null
Was this page helpful?