Skip to content

Commit

Permalink
Update per review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jan 26, 2016
1 parent 5a0e800 commit 5a2d739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/recommended-project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ While React On Rails does not *enforce* a specific project structure, we do *rec
* `/containers`: "smart" components. These components are bound to Redux.
* `/reducers`: Reducers for redux.
* `/routes`: Routes for React Router.
* `/startup`: Container components and bundle's Redux **store** exposed to React On Rails and
* `/store`: Store, which might be [configured differently for dev vs. production](https://github.com/rackt/redux/tree/master/examples/real-world/store).
* `/startup`: Component bindings to stores, with registration of components and stores.
* `/schemas`: Schemas for AJAX JSON requests and responses, as used by the [Normalizr](https://github.com/gaearon/normalizr) package.
1. `/client/app/assets`: Assets for CSS for client app.
1. `/client/app/assets/fonts` and `/client/app/assets/styles`: Globally shared assets for styling. Note, most Sass and image assets will be stored next to the JavaScript files.

0 comments on commit 5a2d739

Please sign in to comment.