github infinitered/reactotron v1.3.1
Redux Fixes And Config Overhaul

latest releases: reactotron-react-native@5.1.7, reactotron-react-js@3.3.14, reactotron-react-native@5.1.6...
7 years ago

Fixes

  • fixed an issue where dispatching request might not work (#230) by @skellock
  • fixed an issue where displaying actions triggered by sagas might not show (#230) by @skellock
  • fixed the complicated setup requirements of integrating with Redux (#230) by @skellock

Note

This updates reactotron-redux only. I do recommend upgrading as it's pretty silly bug fix. To take advantage of this fix, you'll also need to change how you integrate with Redux.

Configuration is now moved into your ReactotronConfig.js file with the rest of the configuration. 🎉

You now use Reactotron.createStore(myReducer, myEnhancer) to create build your store.

Here's two examples:

React JS: Reactotron Setup and Store Setup
React Native: Reactotron Setup and Store Setup

The documentation has also been updated.

Don't miss a new reactotron release

NewReleases is sending notifications on new releases.