Redux as a Driver

Gambit is not a standalone framework that you can just plug straight into your app. It's a library on top of Redux and so relies on Redux itself.

Redux provides a great persistent store and data flow. Gambit simply looks to make it easier to use Redux to create API driven applications quickly.

As such, Gambit is entirely interoperable with any Redux plugin that you may want to use. You can still use the redux-dev-tools and react-router-redux. Gambit simply sits alongside them helping you to connect Component to Store to Api.