@octanejs/redux
v0.1.53
Published
React Redux for the octane renderer — the Provider/hooks binding layer reimplemented on octane's useSyncExternalStore; works with any Redux store (Redux Toolkit included) by changing the import.
Keywords
Readme
@octanejs/redux
React Redux for the octane UI framework.
Installation
npm install @octanejs/redux redux
pnpm add @octanejs/redux reduxThe react-redux 9.3.0 hooks + Provider surface (useSelector, useDispatch,
useStore, and the custom-context factory variants) reimplemented on octane's
useSyncExternalStore — works with any Redux 5 / Redux Toolkit store by
changing the import. Upstream runtime-export completeness is pinned by test;
the package also exposes the Octane extension helpers documented in
UPSTREAM.md.
import { Provider, useSelector, useDispatch } from '@octanejs/redux';connect() (the legacy HOC surface) intentionally throws — the hooks API is
the supported surface.
Status
Current scope, known divergences, and verification status are tracked in the
generated bindings status table, sourced from
this package's status.json.
