idev0085 / react-boilerplate

0 stars 0 forks source link

What are the different ways to style a React component? #11

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.

There are about eight different ways to styling React Js components, there names and explanations of some of them are mentioned below.

Inline CSS Normal CSS CSS in JS Styled Components CSS module Sass & SCSS Less Stylable