mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #448] [MERGED] feat: implement react-devtools support #1323
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1323
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/448
Author: @msmps
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @kommander
Base:
main← Head:feat/react-dev-tools-20251227210353📝 Commits (4)
3397787feat(react): update host configc17d043feat(react): integrate React DevTools support875b8f9feat(react): add @types/ws dev dependencycde9b1ffeat(react): update dependencies and improve devtools integration📊 Changes
7 files changed (+192 additions, -65 deletions)
View changed files
📝
bun.lock(+75 -55)📝
packages/react/README.md(+29 -0)📝
packages/react/package.json(+16 -2)➕
packages/react/src/reconciler/devtools-polyfill.ts(+33 -0)➕
packages/react/src/reconciler/devtools.ts(+10 -0)📝
packages/react/src/reconciler/host-config.ts(+5 -0)📝
packages/react/src/reconciler/reconciler.ts(+24 -8)📄 Description
Summary
Changes
react-devtools-coreandwsDEV=trueenvironment variable is setUsage
Install optional dependency
Start DevTools
Run app with DevTools enabled
Screenshot
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.