Complete React Tutorial (& Redux) #21 - CSS Files

preview_player
Показать описание
Hey gang, in this video I'll show you how you use and import CSS files into your components. For more info on CSS modules, see the link below.

----------------------------------------

🐱‍💻 Course Links:

----------------------------------------

Рекомендации по теме
Комментарии
Автор

you made me realize the beauty of react !!! love your course

김민성-jko
Автор

I really enjoy watching your react tutorial.thanks man

javadmohammadi
Автор

React the easy way. Thanks for the detail videos. Like the way you break the lessons which helps a lot to understand the concept

iamviduranishantha
Автор

The css is one of the pieces that I need. Thanks!

Cho
Автор

great info right here, I have several css files and they are overriding each-other. I guess I cannot use it that way unless each part is specific to a class name.

baremetals
Автор

As always you created awesome course. Do you think about typeScript course? It would be great :)

karo_mucha
Автор

Any tips on using a CSS framework like Materialize with React?

eazlai
Автор

you can also use something like styled-components

oskrm
Автор

We can do inline styling using js objects Ex:

kewtomrao
Автор

CSS prefixes are added by Autoprefixer package, that is used by PostCSS package while combining all together by Webpack. It's not React business :)

erroras
Автор

create-react-app make thing so easier, but you can always make your own webpack configuration :)

hachij_
Автор

In the css file I needed to change "body" tag "to" div for the css file to work.

tugcehilal
Автор

I have a doubt, can we use bootstrap with react?

siddhantdeshmukh
Автор

You don't import css like this. Doing so makes the css file global. Instead u always make a name.module.css file and import that to make to local instead of global. Correct me if I am wrong

prasenjeet