Skip to content

dapat/reactotron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Reactotron

Join the chat at https://gitter.im/reactotron/reactotron

A CLI and OS X app for inspecting your React JS and React Native apps.

Installing

Install CLI with NPM

npm install -g reactotron-cli

Install OS X application

Download OS X App from GitHub release and drop the Reactotron.app to the Applications folder.

Using Homebrew

Reactotron is also available via Homebrew Cask package manager. To ensure you get the latest version, update Homebrew first:

brew update

Then simply type:

brew cask install reactotron

About

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
  • dispatch actions like a government-run mind control experiment

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

The app comes in two forms:

Desktop

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

Desktop

Command Line

CLI

Welcome to flavour country.

Quick Start

Usage

  • Track Errors
  • Integrate with Redux
  • Networking monitoring with Apisauce
  • Start making fetch happen (plugin coming soon...)
  • Creating Your Own Plugins (tutorial coming soon...)
  • The JSON interface between client & server (coming soon...)

Special Thanks

Reactotron is sponsored by Infinite Red who encourage this type of open-source hacking & sharing. They specialize in React, React Native, and Elixir. <3

Change Log

About

A CLI and OS X app for inspecting your React JS and React Native apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.8%
  • Objective-C 1.9%
  • CSS 0.8%
  • Shell 0.7%
  • Python 0.7%
  • HTML 0.6%
  • Java 0.5%