Light / Dark Mode Toggle In React Tutorial

  Рет қаралды 102,400

PedroTech

PedroTech

Күн бұрын

Пікірлер: 103
@egzongallapeni8098
@egzongallapeni8098 2 жыл бұрын
Man this is catching 2 birds with 1 stone basically explaining contextApi and toggle .Bless you man
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Hahaha Glad you liked it! Although I wanted the code to look simple, I knew that anyone who wanted to do this in their website would eventually have to manage their states.
@Smartercow
@Smartercow 2 жыл бұрын
Man your recent uploads have been good! Exactly what I want! Keep it up!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Hahaha I've been doubling my time with each video! Glad you are liking them :)
@ThColinPereira
@ThColinPereira 2 жыл бұрын
the editing of your videos has improved so much!
@walterbranco8798
@walterbranco8798 2 жыл бұрын
Sempre com videos práticos e direto ao ponto. Valeu, Pedro!
@voldemortvi4264
@voldemortvi4264 2 жыл бұрын
Dont stop uploading , i love your videos ! thank you !!
@AnshumanBisoyi
@AnshumanBisoyi Жыл бұрын
You are my favorite coder-teacher-youtuber.
@arjun-de6dr
@arjun-de6dr 2 жыл бұрын
At the right time pedro 🙂, I was thinking of it and then your video pops up. This will help me a lot. Thanks man!!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Glad to hear it!
@ko3ak112
@ko3ak112 Жыл бұрын
Dont worry bro. The explanation was pretty clear. We don't have any idea how cool you really are. Thanks 🙏
@gonsalomon
@gonsalomon 2 жыл бұрын
The fact you got Copilot running helps it to be more approachable. I can't live without it, so it's astonishing there's a dev with more experience who also uses it. Thank you!
@Dedition
@Dedition 2 жыл бұрын
Hopefully this isn't still true for you.
@NotDead10008
@NotDead10008 2 жыл бұрын
The best react channel.
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Thank You :)
@anuragchindaliya
@anuragchindaliya 2 жыл бұрын
Css variables work like charm for theme modes
@adimishra3046
@adimishra3046 2 жыл бұрын
Sometimes I think u keep a track of what should I learn next... 😜thanks for the video brother you never disappoint... highly appreciate your quality work and love from India ❤️❤️
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Hahaha glad to hear it! I always try to follow recommendations from my subs :)
@juancarlosrodriguez1085
@juancarlosrodriguez1085 7 ай бұрын
Great!…as always!…
@ndahayokevin7626
@ndahayokevin7626 2 жыл бұрын
Exactly we needed it much ! thanks Pedro
@PandaLaVeraa
@PandaLaVeraa 2 жыл бұрын
That was fire! Super efficient and definitely using SCSS with it helped a bit, organizing. Definitely subscribing!
@pushin.P
@pushin.P Жыл бұрын
Thank you so much Pedro! you went straight to the point and explained everything pretty easy!
@ujjvalw2684
@ujjvalw2684 2 жыл бұрын
Very useful video... Good stuff man
@vitorzbr9013
@vitorzbr9013 2 жыл бұрын
Mate... Awesome tutorial, keep up with the content!
@universecode1101
@universecode1101 2 жыл бұрын
Nice ✌🏻this is very helpful
@AkashGupta-rw4vm
@AkashGupta-rw4vm 2 жыл бұрын
One of the best solution to change the styles of different components according to the theme is by using css custom properties and just change those custom property according to theme and it will be reflected to the whole website. Hope this helps 😌😌
@jesuschristimsmall
@jesuschristimsmall 2 жыл бұрын
can you expand on this please? or did you have any exmaples of code
@franciscosoares4128
@franciscosoares4128 2 жыл бұрын
Can u please make a video explaining how to record an audio and storing into firestore??Would appreciate that! Love the content
@bilalch898
@bilalch898 2 жыл бұрын
Pretty easy and much more flexible with Mui as you won't need to keep record of each element id or classes and manage their styles individually.
@stephontreadwell1664
@stephontreadwell1664 2 жыл бұрын
DAMN Pedro! This was a dope tutorial. Thank you so much!
@MiikaKontio
@MiikaKontio 2 жыл бұрын
Great tutorial. This helped me to quickly build dark theme for my react application
@ivan4486
@ivan4486 Жыл бұрын
I suggest putting colors into CSS variables and make two sets of those vars - for a light and a dark theme. It would spare you rewriting styles for all elements.
@amateruss
@amateruss Жыл бұрын
You can just use setTheme(!theme) inside your toggleTheme function, right?
@trigga3085
@trigga3085 2 жыл бұрын
Your videos are so good. Thank you, man
@zekeriyacinal3007
@zekeriyacinal3007 9 ай бұрын
This was really helpful, thank you for the video!
@friendlyapk
@friendlyapk 2 жыл бұрын
Toggle is resetting or triggering twice for some reason! Why!
@felixl8961
@felixl8961 2 жыл бұрын
Good video. I am just thinking the context is not necessary in this example. The state is already enough. Maybe you should expand the example to include the usage of context
@sarthaksrivastava6245
@sarthaksrivastava6245 2 жыл бұрын
Thanks pedro! I really liked your explanation.
@CGAR_420
@CGAR_420 Жыл бұрын
The way ive been doing dark mode now is setting default color variables in my root CSS. Then i change the value of those root css variables for each theme. Then it's easy to add more themes later since every component will use color: var(--buttonColor1) You just keep redefining --buttonColor1
@aritnath151
@aritnath151 Жыл бұрын
Hey there, wanted to ask, If we have multiple pages in a webpage, How to convert that entirely ??
@aniketbhalla1521
@aniketbhalla1521 2 жыл бұрын
That's great, but if we purge our CSS to increase performance of website? We will no longer have access to styling in the opposite mode.
@gonsalomon
@gonsalomon 2 жыл бұрын
I guess you can use inline styling, pre-set from the JS itself (or if you generate your page on a server, make the algorithm generating the code to also include that styling on it). It wouldn't affect performance since styling is quite lowweight, compared to a database request which could lag your page quite much more.
@EmiStruggles
@EmiStruggles Жыл бұрын
Hi, thanks for the help, if anyone's background color is not dynamic, check your root in css, that's probably the problem.
@piotrszczesniak685
@piotrszczesniak685 2 жыл бұрын
Perdo, you have become my best resource to learn React 👋👋🙋‍♂🙋‍♂💪💪🔥🔥
@molaraiche
@molaraiche 2 жыл бұрын
You are incredible ^^ thank you for this valuable content
@mabrarhassan
@mabrarhassan 2 жыл бұрын
Wonderful and entertaining as well as informative video I just enjoyed watching.
@dongnez
@dongnez 2 жыл бұрын
I wanna answer because i change css var() in the index with document.document.element.style.setProperty and use a toggle to make theme change and i wanna know if that is right
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
If it works then you can do that, although I would avoid accessing the document in react
@kashmirtechtv2948
@kashmirtechtv2948 2 жыл бұрын
Intro 🔥
@gavmeowmu
@gavmeowmu 2 жыл бұрын
Thanks a lot for this video!! I'm really happy to do it so quickly 😍
@sunil_mg_photography
@sunil_mg_photography 2 жыл бұрын
how to do same thing using styled component
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
I definitely can :) With styled components it would be even easier hahaha
@sunil_mg_photography
@sunil_mg_photography 2 жыл бұрын
@@PedroTechnologies Waiting for that video bro😍😍
@alexissantaana3908
@alexissantaana3908 2 жыл бұрын
Great tutorial. Subscribed.
@cristiankeibersbardelotto
@cristiankeibersbardelotto 2 жыл бұрын
Thank you! It will help me so much!
@shashwattulsyan8522
@shashwattulsyan8522 2 жыл бұрын
hey can you please make a seperate video form storing user details along with files like image and pdf in mongoDB(MERN).
@alexandreluiz6182
@alexandreluiz6182 2 жыл бұрын
Thanks Pedro! That was very helpful. How can I save the theme on localStorage in order to save the user's preference?
@ujjvalw2684
@ujjvalw2684 2 жыл бұрын
How do I deploy a full stack meen app for free? Like a college project? Any free solution? Ik GPages for react but what about server
@okpanumebuka2862
@okpanumebuka2862 2 жыл бұрын
God bless you!! Please if I want the toggle to be an image like a sun ☀️ for light and moon 🌙 for dark how can I do that
@gavinwalsh8417
@gavinwalsh8417 2 жыл бұрын
Great Video! very helpful
@danielrondongarcia9905
@danielrondongarcia9905 Жыл бұрын
Perfect video! Thanks!!
@DucAnh-io7hg
@DucAnh-io7hg 5 ай бұрын
i have a question. how can you make the animation for the switch. i've tried many ways but it didn't work
@calarcher4869
@calarcher4869 2 жыл бұрын
If you refresh the page in dark mode in your example, it will turn it back to light mode
@Messi2Inno
@Messi2Inno 2 жыл бұрын
Hey! Pedro, you mind doing a video with golang as backend and react as frontend with SQL database??
@joshdelacruz-tm6lg
@joshdelacruz-tm6lg Жыл бұрын
how can i change the size and height if i use media query? className doesnt work to react-switch
@berkaysenoglu1784
@berkaysenoglu1784 Жыл бұрын
how can I change body background color depending on theme?
@serghaouiyoussef962
@serghaouiyoussef962 2 жыл бұрын
Awesome video! I do think that using SCSS would make things a little bit cleaner. cheers 👌👌
@rovio_3365
@rovio_3365 Жыл бұрын
That was awesome ! But I encountered a problem . How can i toggle it using a component which is inside a header that his inside tha app.js . I don't know how to do it I'm totally new .
@preciouscancode
@preciouscancode 3 ай бұрын
It doesn't work when I try to put the button in my navbar
@lukamatovic8302
@lukamatovic8302 Жыл бұрын
How to make this using CSS modules instead of global CSS like in the video?
@njourawebdev
@njourawebdev 2 жыл бұрын
thank man really appreciate it
@tkot7857
@tkot7857 2 жыл бұрын
11:04 to add switch
@minsungsuh3872
@minsungsuh3872 2 жыл бұрын
Thank you so much!
@ricardohernandez8033
@ricardohernandez8033 2 жыл бұрын
Perfect job, thanks....
@abhaytiwari6411
@abhaytiwari6411 2 жыл бұрын
Nice 😎👍
@RazmonTheArtist
@RazmonTheArtist 2 жыл бұрын
how would I pass the themes to other components?
@vicenzofrusciante5996
@vicenzofrusciante5996 Жыл бұрын
é brasileiro esse pedro ai? parabens pela coragem
@diaael-din8832
@diaael-din8832 2 жыл бұрын
ty that was helpful
@nikako1889
@nikako1889 2 жыл бұрын
which theme do u use?
@oneManDev
@oneManDev 2 жыл бұрын
But how do I save the theme to localStorage using useEffect hook?
@yunakaito2513
@yunakaito2513 2 жыл бұрын
same question
@braumski2
@braumski2 Жыл бұрын
Man I was working on this for so many hours... I just had some CSS syntax wrong the whole time. Dear lord I'm sad
@markomatic8459
@markomatic8459 11 ай бұрын
👏saved my time💪
@fernandofeks
@fernandofeks 6 ай бұрын
Mano seu inglês é absurdo de bom
@cnoot
@cnoot Жыл бұрын
nice video i learn a lot from it but i have one problem that i struggle and cant pass it even with stackoverflow, ai etc. help. so basically i need to put my reactswitch in exactly position in but how to make it funcional to toggle in header has a funcionality in the whole app.jsx. if anyone has some solution for it i ll be very thankfull :D
@abrarahmed6935
@abrarahmed6935 2 жыл бұрын
redux toolkit , redux thunk complete video please .. 🙏😅
@jasoncarzano9388
@jasoncarzano9388 2 жыл бұрын
Why my children components not affecting to dark mode? Anyone can help me plzz?
@regilearn2138
@regilearn2138 2 жыл бұрын
Please create Next.js/REST API/Typescript/Tailwind CSS/Prisma/PostgreSQL stack for next project
@Hisham.Mohamed-g2b
@Hisham.Mohamed-g2b 6 ай бұрын
thank you
@abdulmomin-yq4mt
@abdulmomin-yq4mt 2 жыл бұрын
tnxxx🥰
@PatalJunior
@PatalJunior Жыл бұрын
This isn't ideal, instead of doing multiple background colors, just create some css variables and change their values depending on light or dark mode. I feel like it would be better, and easier to understand.
@adegbuluayomiposi5478
@adegbuluayomiposi5478 2 жыл бұрын
Thanks
@melodia6875
@melodia6875 7 ай бұрын
Bom vídeo. VAI BRASIL!
@it.b.10.mayoormoolya69
@it.b.10.mayoormoolya69 2 жыл бұрын
10:04
@cocoon1538
@cocoon1538 Жыл бұрын
It's a purple mode
@alexwood4426
@alexwood4426 2 жыл бұрын
what is life
@abulazaiemabas5070
@abulazaiemabas5070 2 жыл бұрын
Im really sorry, couldn't finish the video
@abulazaiemabas5070
@abulazaiemabas5070 2 жыл бұрын
Dude!!!, Start using typescript, this is ugly🤢
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
I use javascript for personal projects, but why would i ignore most of the beginner developers who still haven't learned typescript? My channel isn't just for me, its for my viewers. I do prefer to code with typescript, but I have to think about my subscribers who don't know it.
@hiwotina26
@hiwotina26 2 жыл бұрын
Very helpful for beginners! Thanks 🙏🙏🙏
@cryptonicchronic8111
@cryptonicchronic8111 2 жыл бұрын
youre awesome bro!!!! get a discord or telegra, channel love to chat with ya! thanks again!
@Messi2Inno
@Messi2Inno 2 жыл бұрын
Hey! Pedro, you mind doing a video with golang as backend and react as frontend with SQL database??
Build a dark mode light mode in reactjs with context api
29:20
Hitesh Choudhary
Рет қаралды 35 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Beginner React Mistakes You Should Avoid
17:04
PedroTech
Рет қаралды 57 М.
React Dark Mode Toggle/Theme - Complete Guide
12:29
Code Complete
Рет қаралды 33 М.
Five of my favorite project ideas to learn Go.
11:31
Dreams of Code
Рет қаралды 101 М.
Dark mode with TailwindCSS in under 7 minutes
6:58
Built With Code
Рет қаралды 46 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
Always Check for the Hidden API when Web Scraping
11:50
John Watson Rooney
Рет қаралды 659 М.
this BASH script will make you a MILLIONAIRE
19:20
NetworkChuck
Рет қаралды 735 М.
Testing In React Tutorial - Jest and React Testing Library
21:28
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН