DEV Community

Discussion on: How to import CSS in React.js component?

Collapse
 
duomly profile image
Duomly

Hi, thanks for the input,
but the title is 100% fine (it tells "How to import CSS in React.js component", and I show exactly that).

Webpack configuration and loaders are a topic that we'll cover in another episode, and the title would be misleading if I'd show how to config webpack loaders in the current episode :)

Still, some people would like to know how to just import CSS files into the react component, so in this episode, we wanted to show how to do it in the simplest way.