Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better folder structure #151

Open
SethDavenport opened this issue Jul 18, 2016 · 1 comment
Open

Better folder structure #151

SethDavenport opened this issue Jul 18, 2016 · 1 comment

Comments

@SethDavenport
Copy link
Contributor

SethDavenport commented Jul 18, 2016

Our current approach to assembling the redux store is confusing. We want to work more with feature-based folders while not giving up redux's ability to decouple UI and store.

One proposal is something like the following:

actions
store (all non-action redux stuff)
pages (top level components, formerly containers)
  + (page-specific components/services in feature-named folders under each page (could be smart, could be dumb)
core
  + components
    + general-purpose, reusable components (dumb only)
  + pipes
  + directives
utils
  + general-purpose services in feature-named folders
@SethDavenport
Copy link
Contributor Author

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant