Interesting React/Redux tutorials on structuring an application

The following articles show some interesting thoughts on how to structure your own app in React:

  • https://tech.okcupid.com/how-okcupid-organizes-its-multi-page-react-app/
  • https://github.com/erikras/ducks-modular-redux
  • https://hackernoon.com/my-journey-toward-a-maintainable-project-structure-for-react-redux-b05dfd999b5#.qkyzf5vf1
  • https://medium.freecodecamp.com/scaling-your-redux-app-with-ducks-6115955638be#.j175ea8ai
  • http://blog.sapegin.me/all/react-structure
  • https://www.robinwieruch.de/the-soundcloud-client-in-react-redux-ducks/
  • https://www.reddit.com/r/reactjs/comments/4cgqbv/the_ducks_file_structure_for_redux/
  • https://the-missing-bit.com/posts/2016/08/21/react-structure/