Directory Structure Best Practice
Which one makes more sense? Why?
1. Combined: where you put each features extra directories like
2. Separated: where you put each features extra directories inside a shared
1. Combined: where you put each features extra directories like
components and services inside the routes directory.2. Separated: where you put each features extra directories inside a shared
component or feature directory.
