Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/infinitered/reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://github.com/infinitered/reactotron

debugging desktop react-native reactjs reactnative reactotron redux redux-saga

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

# ![Reactotron Logo](./docs/plugins/images/readme/Reactotron-128.png)

[Join our Community Slack](http://community.infinite.red/)

# Introduction

Reactotron is a powerful debugger for React and React Native applications. It provides an easy-to-use interface for developers to monitor their application's **state, network requests, and performance metrics** and can be used for any size of project, from small personal apps to large-scale enterprise applications. The OG debugger at [Infinite Red](https://infinite.red) that we use on a day-to-day basis to build client apps. Additionally, Reactotron is completely open source and free to use, making it an invaluable tool for developers at all levels of experience.

We recommend that you watch [Darin Wilson's](https://github.com/darinwilson) talk at [Chain React](https://chainreactconf.com/): [Chain React 2018: Debugging and Beyond with Reactotron](https://www.youtube.com/watch?v=UiPo9A9k7xc)!

## Reactotron Superpowers

Use Reactotron 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 using Redux or mobx-state-tree
- show image overlay in React Native
- track your Async Storage in React Native

You plug it into your app as a dev dependency so it adds nothing to your product builds.

### Desktop

Reactotron on the left, demo React Native app on the right.

![Desktop](./docs/plugins/images/readme/reactotron-demo-app.gif)

## Installation

On the [Releases](https://github.com/infinitered/reactotron/releases?q=reactotron-app&expanded=true) page, you can find the latest version of:

- macOS (x64 & arm64)
- Linux (32-bit & 64-bit)
- Windows (32-bit & 64-bit)

## How to setup Reactotron in our app

- [**React Native**](./docs/quick-start/react-native.md#installing-reactotronapp)
- [**React**](./docs/quick-start/react-js.md#installing-reactotronapp)

## How to use Reactotron's features/plugins

- [**Track Global Errors**](./docs/plugins/track-global-errors.md)
- [**Track Global Logs**](./docs/plugins/plugin-track-global-logs.md)
- [**Networking**](./docs/plugins/networking.md)
- [**Async Storage**](./docs/plugins/async-storage.md)
- [**React Native MMKV**](./docs/plugins/react-native-mmkv.md)
- [**Benchmark**](./docs/plugins/benchmark.md)
- [**apisauce**](./docs/plugins/apisauce.md)
- [**Overlay**](./docs/plugins/overlay.md)
- [**MST**](./docs/plugins/mst.md)
- [**Redux**](./docs/plugins/redux.md)
- [**Open in Editor**](./docs/plugins/open-in-editor.md)
- [**Storybook (only for React Native)**](./docs/plugins/storybook.md) \
`reactotron-react-native` ships with [Storybook](https://storybook.js.org/).
This enables you to switch to Storybook from the Reactotron app.
- [**Custom Commands**](./docs/custom-commands.md)

## Tips and Tricks

[Some tips that will elevate your Reactotron experience.](./docs/plugins/tips.md)

## Want to contribute? Here are some helpful reading materials:

- [**Contributing**](./docs/contributing.md)
- [**Architecture**](./docs/architecture.md)
- [**Monorepo**](./docs/monorepo.md)
- [**Release**](./docs/release.md)

## Troubleshooting

- [**React Native iOS**](./docs/plugins/troubleshooting.md#react-native-ios)
- [**React Native Android**](./docs/plugins/troubleshooting.md#react-native-android)

# Credits

Reactotron is developed by [Infinite Red](https://infinite.red), [@rmevans9](https://github.com/rmevans9), and 70+ amazing contributors! Special thanks to [@skellock](https://github.com/skellock) for originally creating Reactotron while at Infinite Red.

# Premium Support

[Reactotron](https://infinite.red/reactotron), as an open source project, is free to use and always will be. [Infinite Red](https://infinite.red/) offers premium React and [React Native](https://infinite.red/react-native) mobile app design/development services. Email us at [[email protected]](mailto:[email protected]) to get in touch for more details.