-
Notifications
You must be signed in to change notification settings - Fork 354
Closed
Labels
Milestone
Description
I asked a fried of mine, namely @zerocity to give some feedback on generator-react-webpack-redux and I think he did not grasp, that I am building on top of another generator, so I will forward his feedback as I feel appropriate.
He states that it would be more logical to have the styles directly with the component in a structure like so:
- ComponentName
- styles
- ComponentName.[css/less/sass]
ComponentName.js
Which I think is true especially in context of component re usability you would have everything in one place regarding a single component.
@weblogixx: let me know what you think - and I will provide a PR.