An OS X app for inspecting your React JS and React Native apps.
Use it to:
- view your application state
- show API requests & responses
- perform quick performance benchmarks
- subscribe to parts of your application state
- display messages similar to console.log
- track global errors with source-mapped stack traces including saga stack traces!
- dispatch actions like a government-run mind control experiment
- hot swap your app's state
- track your sagas
You plug it into your app as a dev dependency so it adds nothing to your product builds.
Reactotron on the left, demo React Native app on the right.
- Installing
- Quick start for React JS
- Quick start for React Native
- Tracking errors globally
- Open in editor
- Integrating with Redux
- Integrating with Redux Saga
- Networking monitoring with Apisauce
- Troubleshooting
- Tips and Tricks
- Release Notes
- API Docs
- Integrating with Fetch
- Creating your own plugins
- The JSON interface between client & server (coming soon...)
- What's Inside This Repo?
- Contributors Quick Start