Kit sctructure best practice questions
foodgy opened this issue · 0 comments
foodgy commented
Hello,
Very nice starter kit :) However I have a couple questions regarding project structure.
- 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?
- In terms of structure logic, should every /routes/ path contain its own index.js?
- 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.