Source: src/store/index.ts, src/store/reducers/

Store setup

Persistence

Zerodha connection state is not persisted — re-fetched from API on load.

Reducers

Combined in reducers/index.ts:

Typed hooks

Re-exports typed useDispatch and useSelector for RootState.

Bootstrap

index.tsx wraps app: