Example projects showing the translation from the standard redux folder structure to the re-ducks modular approach.
The projects are direct translations from the redux examples found here http://redux.js.org/docs/introduction/Examples.html and here https://github.com/reactjs/redux/tree/master/examples.
Currently only the Todos and Todos-flow projects have been implemented but should suffice as examples for beginners to re-ducks.