Skip to content

feat(redux-devtools-plugin): use CDP#183

Merged
V3RON merged 4 commits intomainfrom
feat/redux-via-cdp
Mar 6, 2026
Merged

feat(redux-devtools-plugin): use CDP#183
V3RON merged 4 commits intomainfrom
feat/redux-via-cdp

Conversation

@V3RON
Copy link
Contributor

@V3RON V3RON commented Mar 6, 2026

Description

This PR updates Redux DevTools integration to use Rozenite CDP/bridge messaging and improves the playground validation flow.

User-facing improvements:

  • Redux DevTools now works through Rozenite CDP transport instead of websocket relay behavior.
  • DevTools controls are available in the plugin panel.
  • You can label store instances with rozeniteDevToolsEnhancer({ name: '...' }) to distinguish multiple stores.
  • Playground Redux test screen now uses two independent stores with two counters, making multi-store debugging easy to verify.
  • Redux DevTools docs were updated to reflect current usage and remove outdated guidance.

Related Issue

N/A

Context

The previous remote/websocket-based flow introduced functional limitations. Moving Redux DevTools communication to the same Rozenite CDP/bridge model as other plugins aligns behavior with per-device DevTools sessions and simplifies setup.

Testing

  • pnpm --filter @rozenite/redux-devtools-plugin typecheck
  • pnpm --filter @rozenite/redux-devtools-plugin lint
  • pnpm --filter @rozenite/redux-devtools-plugin build
  • pnpm --filter playground typecheck
  • pnpm --filter playground lint

@vercel
Copy link

vercel bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rozenite Ready Ready Preview, Comment Mar 6, 2026 11:31am

Request Review

@V3RON V3RON merged commit 9ceeb53 into main Mar 6, 2026
3 checks passed
@V3RON V3RON deleted the feat/redux-via-cdp branch March 6, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant