0

I want to know where should CSS, SASS like styles be in react?

It is good to style within each component? Provide an example styling example within the component if possible....

Where should be layout specific classes like bootstrap col-md-4 be? Isn't it easy to have layout structure in one location rather than within the component?

PS: Is inline styling preferred? or what are alternatives for that...
And possible way to organize layout in one center location rather than setting layout in multiple components?

udarabibile
  • 503
  • 1
  • 6
  • 16
  • Possible duplicate of [React.js inline style best practices](http://stackoverflow.com/questions/26882177/react-js-inline-style-best-practices) – 0xcaff Dec 23 '16 at 06:42

1 Answers1

0

This previous Stack Overflow question might be a helpful read for you:

React.js inline style best practices

Community
  • 1
  • 1
Denny
  • 744
  • 4
  • 10