infinitered / infinitered/reactotron
Feature: Add Reactotron internals screen when clicking the new server icon
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.6k
- Forks
- 972
- PR merge metrics
- No merged PRs in 30d
Description
This new "server" icon which was added in #1335 currently shows status of the Reactotron core server: stopped, port unavailable, or started.

If you click the icon (if port unavailable) it'll refresh Reactotron.
Instead of that, I'd like to introduce a new diagnostic screen for Reactotron. The icon can remain the same, but it'll actually navigate to this diagnostic screen rather than refresh Reactotron.
It should show the current port, server status, and a "reload Reactotron" button.
Stretch goal: add other Reactotron state stats there.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the server icon and click handler introduced in #1335, then trace where the current port and server status are read. Add a diagnostic screen reachable from the icon with the port, status, and a reload Reactotron button; verify that clicking the icon opens the screen instead of refreshing directly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100