reactotron

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

MIT License

Downloads
2.7M
Stars
14.9K
Committers
136
reactotron - Help Screen & Important Actions

Published by skellock about 8 years ago

  • We have a help screen (command + /) and a new core contributor! @gantman (#133)

image

  • Commands can be flagged as important for better visibility. @skellock (#134)

image

reactotron - Can't Stop Now. This is Bat Country.

Published by skellock about 8 years ago

Here's the super quick starting notes.

image

Running Reactotron.app

  • Download the pre-release. Mac OS X 64-bit only. That's probably you.
  • Unzip.
  • Double click Reactotron.app

Keystrokes

  • cmd-f = find Redux keys or values (use tab to toggle)
  • cmd-n = subscribe to a Redux path
  • cmd-d = dispatch a Redux action
  • cmd-k = klear!

Running A Sample App

Ain't no-one got time to write a sample app. Here's a prepackaged one!

cd ~/safeplace
git clone [email protected]:reactotron/reactotron.git
git checkout next
cd packages/demo-react-native
npm i
react-native run-ios

Other Things

  • Not compatible with reactotron 0.9.0 and below.
  • The cli is still there! cd packages/reactotron-cli && npm i && npm start

Next Steps

  • Triple check all deps and lerna workarounds to ensure nice env for devs
  • Bugz bugz bugz
  • Polish
  • Docs
  • Demos
  • Videos
reactotron -

Published by skellock about 8 years ago

reactotron -

Published by skellock about 8 years ago

reactotron -

Published by skellock over 8 years ago

  • NEW android ip auto-detection support! - @jhen0409
  • NEW adds an example to the dispatch modal - @darinwilson
  • NEW updates the React DOM example to this century - @skellock
reactotron -

Published by skellock over 8 years ago

reactotron -

Published by skellock over 8 years ago

  • NEW adds a way to do benchmarks - thx @skellock
  • NEW press c to see connected clients - thx @andrewvy
reactotron -

Published by skellock over 8 years ago

  • NEW additional details about the client are now shown when connecting - thx @andrewvy
  • NEW client count is shown in status bar - thx @andrewvy
  • NEW a simpler way to integrate redux with an enhancer - thx @andrewvy
  • FIX adds a .babelrc to the react native example app
  • FIX the redux action timer is showing the correct times again
  • MOD adds a working Android example app
  • DOC made a note about ensuring connect() gets triggered first in your app
reactotron -

Published by skellock over 8 years ago

  • NEW a way to configure options on the client - thx @gantman
  • NEW a master switch to turn off everything in 1 spot - thx @gantman
  • FIX fixed the optional user agent assignment issues
reactotron -

Published by skellock over 8 years ago

  • NEW a help menu to show key commands - thx @gantman
  • NEW emoji logging 🎉
  • NEW the client is now transpiled for easy integration into React DOM - found by @derekyau and @Hyra
  • MOD returns the redux store from addReduxStore - thx @gantman
  • FIX stop clobbering the window.navigator - found by @kevinvangelder
  • FIX separated the examples to prevent colliding deps - found by @gantman
  • DOC README updates - thx @gantman and @darinwilson
reactotron -

Published by skellock over 8 years ago

  • NEW supports React DOM
  • NEW supports React Native Web - thx @necolas
reactotron -

Published by skellock over 8 years ago

  • NEW initial release
Package Rankings
Top 0.88% on Npmjs.org
Top 3.93% on Proxy.golang.org
Related Projects