fac18 / react_game-rosa-pat-

react game
https://react-game-pat-and-rosa.netlify.com/
0 stars 2 forks source link

Styling #16

Open tonylomax opened 4 years ago

tonylomax commented 4 years ago

There's loads of different ways of doing styling in react. One is CSS in JS, so your style is part of the component. It keeps everything nicely contained and for each component and page you can have a folder which contains the jsx file and a style file. I quite like the styled components library, it's pretty easy to use and you can use it with frameworks to give them additional styling