tools / redux

Redux DevTools that live in your app

Buoy Redux brings the Redux DevTools workflow on-device: every dispatched action in real time with timing and diff summaries, tree or split-view state diffs, and time travel — replay any action or jump the store back to a previous state — without Flipper, a browser extension, or a cable.

Read the docsnpm i @buoy-gg/redux
Redux DevTools in React Native bottom sheet
Actions captured live alongside your app.
Redux action list with timing
Every action with timing and diff summaries.
Redux action detail with replay and jump
REPLAY re-dispatches; JUMP restores state.
Redux state diff view
Tree or split view of exactly what changed.

What it does

Live action stream

Every dispatched action with category badges, duration timing, and a summary of what changed.

State diffs

Compare previous and current state in tree or split view — additions, modifications, and removals color-coded.

Replay and jump

Re-dispatch any action or restore the store to the state after any point in history.

Frequently asked questions

How do I use Redux DevTools in React Native without Flipper?

Install @buoy-gg/redux — the action stream, state diffs, and time-travel controls run inside the app on the device. Flipper (deprecated since RN 0.73) is not involved.

Does time travel work on the device?

Yes — JUMP restores the store to the state after any recorded action, and REPLAY re-dispatches an action, directly from the in-app panel.

Add Redux DevTools to your app

Free for on-device debugging. Two-minute install, no native code.

Quick startnpm i @buoy-gg/core

Works well with