Skip to content

Releases: infinitered/reactotron

Help Screen & Important Actions

18 Aug 18:45
Compare
Choose a tag to compare
Pre-release
  • 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

Can't Stop Now. This is Bat Country.

16 Aug 06:41
Compare
Choose a tag to compare
Pre-release

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 git@github.com: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

v0.9.0

09 Aug 12:28
Compare
Choose a tag to compare

v0.8.0

30 Jul 00:20
Compare
Choose a tag to compare

v0.7.0

15 Jul 20:05
Compare
Choose a tag to compare
  • 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

v0.6.1

27 Apr 13:27
Compare
Choose a tag to compare

v0.6.0

24 Apr 14:48
Compare
Choose a tag to compare
  • NEW adds a way to do benchmarks - thx @skellock
  • NEW press c to see connected clients - thx @andrewvy

v0.5.0

24 Apr 01:40
Compare
Choose a tag to compare
  • 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

v0.4.0

23 Apr 05:15
Compare
Choose a tag to compare
  • 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

v0.3.0

23 Apr 05:15
Compare
Choose a tag to compare
  • 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