infinitered/reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 3rd, 2026
Created on April 15th, 2016
Open Issues & Pull Requests: 155 (+0)
GitHub issues: Enabled
Number of forks: 974
Total Stargazers: 15,591 (+0)
Total Subscribers: 159 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Reactotron is a desktop debugger for React and React Native applications.

Reactotron addresses the challenge of inspecting application state, network activity, and performance during development. It works by connecting to your app as a dev dependency, providing a graphical interface on macOS, Linux, and Windows that displays real-time information about your application's behavior. The tool allows you to monitor state changes, view API requests and responses, track global errors with source-mapped stack traces, dispatch actions to test state transitions, and perform performance benchmarks. It integrates with state management libraries like Redux and mobx-state-tree, enabling hot-swapping of application state during development.

Reactotron suits developers working on any size of React or React Native project who want deeper visibility into application behavior beyond standard browser or native debugging tools. It is particularly valuable for teams managing complex state, debugging network interactions, or tracking performance issues. The tool adds nothing to production builds since it is configured as a dev dependency only.

The project maintains active development with regular updates to its desktop application and plugin ecosystem. The tool receives ongoing refinement of its core debugging features and continues to expand its plugin support for various libraries and use cases. Documentation is actively maintained with setup guides and feature documentation for both React and React Native implementations.