How to use styles in React: Inline styles, CSS Modules & Styled Components
In this tutorial, you will learn how to style your components in react.
We will take a look at how you can use inline styles, regular CSS classes, CSS modules or react styled components.
Also, you will discover how to conditionally apply styles based on the state of the component.
Ready?
...