Skip to content

Commit

Permalink
bundle in /client/app/bundle/comments should be plural (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzan authored and justin808 committed Feb 23, 2017
1 parent f33ed08 commit 3106b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional-reading/recommended-project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The best way to understand these standards is to follow this example: [github.co
1. `/client/app/bundles`: Top level of different app domains. Use a name within this directory for you app domains. For example, if you had a domain called `widget-editing`, then you would have: `/client/app/bundles/widget-editing`
1. `/client/app/lib`: Common code for bundles
1. Within each bundle directory (or the lib directory), such as a domain named "comments"
`/client/app/bundle/comments`, use following directory structure:
`/client/app/bundles/comments`, use following directory structure:

* `/actions`: Redux actions.
* `/components`: "dumb" components (no connections to Redux or Ajax). These get props and can render themselves and children.
Expand Down

0 comments on commit 3106b4b

Please sign in to comment.