dvdzkwsk/react-redux-starter-kit

Kit sctructure best practice questions

foodgy opened this issue · 0 comments

Hello,

Very nice starter kit :) However I have a couple questions regarding project structure.

  1. I'm going to use reusable Modal component with it's own containers, actions, reducers, inner forms. Where should I place files related to Modals?
  2. In terms of structure logic, should every /routes/ path contain its own index.js?
  3. Layout components should be only ones that contain layout structure of the page or different sidebars and navbar should be placed to layouts folder aswell?

Thanks.