Skip to content

Redux Fixes And Config Overhaul

Compare
Choose a tag to compare
@skellock skellock released this 03 Nov 04:32
· 5902 commits to master since this release

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.