eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Styling #10

Open johnthepink opened 7 years ago

johnthepink commented 7 years ago

We should figure out the direction we want to go for styles. I think the community is leaning heavily in the styled components direction right now, but with javascript that could change soon haha. I like the idea of style components.

https://github.com/styled-components/styled-components

If we go with more straight up inline styles, we could incorporate something like aphrodite (may be something better now) to generate unique class names:

https://github.com/Khan/aphrodite

johnthepink commented 7 years ago

Another one to consider is Glamor

https://github.com/threepointone/glamor