fac-13 / EDDIE

A simple web-app that gives info to men with ED
https://eddie-webapp.netlify.com
MIT License
0 stars 0 forks source link

Styled components #27

Closed finnhodgkin closed 6 years ago

finnhodgkin commented 6 years ago

I haven't worked with React in a little while (all about Elm Elm ELM :deciduous_tree: ) but when I did I found styled components to be the friendliest of the CSS systems. Syntactically it's very similar to SASS but allows for really easy prop-based dynamic css changes.

It's definitely a personal preference thing but if you haven't tried it out on a project yet I would thoroughly recommend it.

(However I do not recommend tachyons with styled components. I am not a fan of that. At all.)

isnotafunction commented 6 years ago

We rewrote everything using styled components and it made such a difference! Thanks for the suggestion

finnhodgkin commented 6 years ago

Yay