This is a simple connection between Marionette and redux. It's designed to ease a transition to redux, but could be used to bring elements of the one way data flow to Marionette.
To use it add model.handleAction
and model.createAction
to the models (and collections) that you want integrated into redux and add the Backbone Middleware and Dispatch to redux.
Play with the todo lists below to see it in action. View the code or See the tutorial PR.