cassiozen / ReactCasts

Source code for ReactCasts
MIT License
649 stars 298 forks source link

Styling in React (CSS modules vs inline styles solutions) #4

Open cassiozen opened 8 years ago

cassiozen commented 8 years ago

CSS Modules Radium JSX Style

Any other ideas or suggestions here?

markerikson commented 8 years ago

Other relevant info:

bdougie commented 8 years ago

Include Aphrodite if possible.

cassiozen commented 7 years ago

Other great references:

CSS Modules:

https://www.triplet.fi/blog/practical-guide-to-react-and-css-modules/ https://medium.com/@gajus/stop-using-css-in-javascript-for-web-development-fa32fb873dcc

PostCSS

https://evilmartians.com/chronicles/postcss-modules-make-css-great-again

cassiozen commented 3 years ago

Bump this. Maybe adding tailwind and stiches to the list...