React JS Tutorial For Beginners : Part 37 Todo App Part 6 Styling The App Using CSS Modules

preview_player
Показать описание
React JS is an open source JavaScript library used to build user interfaces.
It handles the view layer of our application.
React allows us to create large web applications that can change data without reloading the webpage.
React is created and maintained by Facebook and uses a special syntax called as JSX which allows you to mix HTML with JS.
React is in demand as a skill required by a lot of tech companies.
Рекомендации по теме
Комментарии
Автор

Hey Man, Thank You Very Much, I'm from Brazil, and I was trying to learn react, but I didn't find a so good course like Yours in portuguese, I'm learning this with you now, everything is clear, thank u so muchhh 😎😎

joallysonp
Автор

how can i use bootstrap class if I use this approach?

Dineshkumar-icel
Автор

@Code Stoic - In both case i.e. CSS Stylesheet and CSS Module, we are importing class from another file i.e. .css file then what is advantage actually using CSS Module. Can you please elaborate more with example.

amitagrawal
Автор

import styles from "./style.module.css";

export default function Modulecomponent(){

return<div is a Module Component of css style 3rd
way
</div>
}
kindly what is the mistake in abve cde becsue my style.module.css color is not changed kindly resolved it.. Thanks

RizwanAli-hiih
visit shbcf.ru