Skip to content

buildReduxStateFlow

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts

Build state flow from detected patterns

Signature

ts
function buildReduxStateFlow(actions: ReduxActionPattern[], _reducers: ReduxReducerPattern[], selectors: ReduxSelectorPattern[]): StateFlow | null

Parameters

NameType
actionsReduxActionPattern[]
_reducersReduxReducerPattern[]
selectorsReduxSelectorPattern[]

Returns: StateFlow | null

Was this page helpful?

Download as PDF