Releases: infinitered/reactotron
Releases · infinitered/reactotron
Help Screen & Important Actions
Can't Stop Now. This is Bat Country.
Here's the super quick starting notes.
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 pathcmd-d
= dispatch a Redux actioncmd-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
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
NEW
additional details about the client are now shown when connecting - thx @andrewvyNEW
client count is shown in status bar - thx @andrewvyNEW
a simpler way to integrate redux with an enhancer - thx @andrewvyFIX
adds a .babelrc to the react native example appFIX
the redux action timer is showing the correct times againMOD
adds a working Android example appDOC
made a note about ensuringconnect()
gets triggered first in your app
v0.4.0
v0.3.0
NEW
a help menu to show key commands - thx @gantmanNEW
emoji logging 🎉NEW
the client is now transpiled for easy integration into React DOM - found by @derekyau and @HyraMOD
returns the redux store fromaddReduxStore
- thx @gantmanFIX
stop clobbering the window.navigator - found by @kevinvangelderFIX
separated the examples to prevent colliding deps - found by @gantmanDOC
README updates - thx @gantman and @darinwilson