infinitered / infinitered/reactotron
Reactotron UI requires jumping between tabs often, and can be improved
@rmevans9 is already working on this.
Since Jun 2, 2019.
- Dominant language
- TypeScript
- Stars
- 15.6k
- Forks
- 972
- PR merge metrics
- No merged PRs in 30d
Description
Reactotron makes it difficult to see all needed information at the same time. I frequently jump from the Timeline tab, looking at log messages and network requests, to viewing the State tab to view MST data. Similarly, the Timeline tab combines log and network data into a single timeline, which can make it difficult to process that data at a glance.
When comparing this to react-native-debugger (RND), RND shows these different data sections as separate windows within the same view. The benefit of this is you can view your store data, your log messages, and your network requests all in an organized and side-by-side method.
I believe Reactotron could benefit from implementing a similar UI, where a developer can see all of the usual information at a glance from a single view with less context switching.
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.
Assessment
This issue has not been assessed yet.