React js how to add CSS styles 🎨

  Рет қаралды 36,251

Bro Code

Bro Code

Күн бұрын

Пікірлер: 32
@BroCodez
@BroCodez Жыл бұрын
// ---------- CSS STYLE SHEET ---------- .button{ background-color: hsl(200, 100%, 50%); color: white; padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; } // ---------- EXTERNAL ---------- function Button(){ return(Click me); } export default Button // ---------- MODULES ---------- import styles from './Button.module.css' function Button(){ return(Click me); } export default Button // ---------- INLINE ---------- function Button(){ const styles = { backgroundColor: "hsl(200, 100%, 50%)", color: "white", padding: "10px 20px", borderRadius: "5px", border: "none", cursor: "pointer", } return(Click me); } export default Button
@JourneyNomoneyinvested
@JourneyNomoneyinvested Жыл бұрын
Bro I appreciate you alot, I have one request ONlY one , I really want to see Laravel frame Work with php full course, and creating management system project with mysql laraval html and css This full course would blow the internet as it's the mostly used frame work for developing web system. Make it the next Course in the next days please
@binuthomasphilip6061
@binuthomasphilip6061 29 күн бұрын
Best react tutorials I found on KZbin
@bambinoesu
@bambinoesu 27 күн бұрын
totally agree and i have listened to many - bro code is the best by far
@nemesisxl6736
@nemesisxl6736 Жыл бұрын
I just finished your 8 hours JavaScript course and JavaScript MDN, and I started to learn React, this course came at the right time! I hope you can make React tutorials more frequently though.
@hunin27
@hunin27 Жыл бұрын
Hey, thanks bro! Again, it may seem like nothing, but what you are doing is amazing, especially for someone who is learning React like me. Thanks for everything bro. Lots of love from Italy ❤
@TheWebboxchannel
@TheWebboxchannel 9 ай бұрын
To me this was the most helpful video on this topic. Informative, consise, and quick explanations. Thank you so much ❤
@pkpkpkpkpk669
@pkpkpkpkpk669 6 ай бұрын
Thank you for this! One thing I would like to point out for modular css, when you have a multi word class name (card-title, card-text, etc) you must use bracket notation to use the styles: TEXT If you try to access with {styles.card-text} you will get an error. Hope this helps!
@TheBacker007
@TheBacker007 3 ай бұрын
I wish you were my teacher while I was in college. Awesome explanation!!!!
@Kersevtech
@Kersevtech Жыл бұрын
Thank you, You been helping us a lot with your tutorials. You are the best Bro!
@Smurfis
@Smurfis Жыл бұрын
Thanks for these tutorials me and my brother are trying to do a react project and I feel totally lost when I felt comfortable with html css and js
@Vishaldhakad-x8h
@Vishaldhakad-x8h 2 ай бұрын
hello sir can you make a playlist of full MERN STACT Mini PROJECTS.......TQ sir Your teaching skils is very good and understanding.☺☺
@kamaleshpramanik7645
@kamaleshpramanik7645 25 күн бұрын
Very helpful video .. Thank you very much Bro.
@balusubramaniam2335
@balusubramaniam2335 8 ай бұрын
very informative nice thank you for the video🙂
@vidhyasagargslv1766
@vidhyasagargslv1766 Жыл бұрын
waiting for this video .... hope next video comes fast
@KosaQDev
@KosaQDev Жыл бұрын
Thank You So Much For Your Videos!
@hunin27
@hunin27 Жыл бұрын
Now that I learned all of the ways to put CSS, I can say that I also prefer modules!
@razelfluff7125
@razelfluff7125 Жыл бұрын
Your videos are so helpful! Can you make a video about luau?
@nikhiltiwari7371
@nikhiltiwari7371 Жыл бұрын
Please make videos about front end and backend frameworks
@fenix2598
@fenix2598 Жыл бұрын
wow nice
@metillogan7539
@metillogan7539 3 ай бұрын
Tnx for Vid
@akshayav1035
@akshayav1035 4 ай бұрын
yo bro, what about the sx prop? have you used it? that is again inline css right?
@AIZEN155
@AIZEN155 Жыл бұрын
Although I know React, I enjoy the videos
@ChromeandClean
@ChromeandClean Жыл бұрын
Hey bro , have you ever thought about doing MATLAB
@otabekmadaminov-z2i
@otabekmadaminov-z2i 2 ай бұрын
thank you bro
@Amfrdluci-iz2yl
@Amfrdluci-iz2yl 7 ай бұрын
Upload tutorial for tailwind css
@shivanshuhere
@shivanshuhere 11 ай бұрын
noice 😁
@nazmulhridoy
@nazmulhridoy Жыл бұрын
😍
@IAN-gr9sy
@IAN-gr9sy 5 ай бұрын
how about with bootstrap bro?
@bryanalcantara7021
@bryanalcantara7021 Жыл бұрын
fullcourse of react js please
@Delicatamente
@Delicatamente 7 ай бұрын
huge thanks!
PROPS in React explained 📧
12:09
Bro Code
Рет қаралды 99 М.
React CARD components 🃏
11:59
Bro Code
Рет қаралды 71 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 10 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 29 МЛН
7 ways to deal with CSS
6:23
Fireship
Рет қаралды 1,1 МЛН
10 Tailwind Classes I Wish I Knew Earlier
13:31
Web Dev Simplified
Рет қаралды 195 М.
Learn React Click Events 👆
12:21
Bro Code
Рет қаралды 25 М.
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,2 МЛН
Build a DIGITAL CLOCK using React in 15 minutes! 🕒
16:00
Bro Code
Рет қаралды 19 М.
How to CONDITIONAL RENDER in React ❓
10:15
Bro Code
Рет қаралды 43 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 492 М.
All The JavaScript You Need To Know For React
28:00
PedroTech
Рет қаралды 654 М.
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 180 М.
Styling React Components with CSS Modules
10:25
Telmo Sampaio
Рет қаралды 104 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 10 МЛН