# buildReduxStateFlow

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/redux-pattern-detector.ts#L501)

Build state flow from detected patterns

## Signature

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

## Parameters

| Name | Type |
|---|---|
| `actions` | `ReduxActionPattern[]` |
| `_reducers` | `ReduxReducerPattern[]` |
| `selectors` | `ReduxSelectorPattern[]` |

**Returns:** `StateFlow | null`
