🔴 Get my Complete Frontend Interview Prep course - roadsidecoder.com/course-details ➡ Book an Interview Preparation call with me ( 20% OFF for limited time ) - topmate.io/roadsidecoder 🟪 Follow me on Instagram and u will clear your interview 🤓 - instagram.com/roadsidecoder/
@rayyanabdulwajid7681 Жыл бұрын
What all beginner javascript projects should we do before moving on to react?
@arshad402 Жыл бұрын
.
@VIVEKGUPTA-zc5ui Жыл бұрын
yes we want a video for this dark and light feature using the redux toolkit please share with us
@RoadsideCoder Жыл бұрын
Alright!
@mdanas000711 ай бұрын
Very simple with redux just dispatch action in payload dark or light. Fetch value using useSelector from store and base on light and dark string output you can remove and add classes conditionally using ternary operator thats it. Whit javaScript its a bit cumbersome.
@curlyfried3117 Жыл бұрын
Dude your content has helped me so much. Thank you!
@meryemOuyouss20029 ай бұрын
You're implementation is really amazing
@sankhojjalchatterjee9 ай бұрын
Thanks, bro, for the video. I think in a real-world application, storing the light/mode into local Storage would be better as context/ or any state would set to default value once the page is reloaded. So, i used similar approach for UI and created a custom Hook for storing the state.
@prafuldeoghare1904 Жыл бұрын
Maza aa gaya guru!!!
@devin39449 ай бұрын
Thank you so much. Although I used tsx for my context, this method works perfectly.
@RoadsideCoder9 ай бұрын
Excellent!
@jayanand80689 ай бұрын
I think for styling we can use tailwind css that would much easy to apply and it is getting adapted very fast, would recommend to use tailwind next time.
@streetfoodworld856911 ай бұрын
Great learning with you bhaiya! yes we do want a video on redux also
@zackscreativeinsights Жыл бұрын
Yes we want video for dark and light mode using redux,redux toolkit but also with backend we can store app configurations light and dark mode also in backend if we load the browser dark and light mode will remains same local storage user can easily remove use backend api only .
@Aviralsingh-yw7xx Жыл бұрын
Thanks a lot sir. I have shared your playlist with all my friends.
@RoadsideCoder Жыл бұрын
Thanks a lot brother 💖
@abhishekchaurasia_ Жыл бұрын
Excellent stuff awesome
@zeeshan4341 Жыл бұрын
Excellent stuff. Learned a lot. Love from Pakistan ❤ keep it up bro 😊
@sharmilak5109 Жыл бұрын
nice video helps to learn Lot!! thank you
@RavindraSingh-lp9pl Жыл бұрын
Kudos to your efforts ❤❤ superb video
@RoadsideCoder Жыл бұрын
Thanks ✌️
@PallaviNagarkar Жыл бұрын
awesome!!
@The_Developer_9 ай бұрын
it was really great
@priyanshujha777 Жыл бұрын
yes bhaiya, please make video on light and dark mode using redux toolkit or zustand
@manishkhandagale26b15 Жыл бұрын
Please tell me in detail of all process during interview?examples of machine coding test
@Khedhar108 Жыл бұрын
yes redux dark mode video with standardised way
@RoadsideCoder Жыл бұрын
Okay!
@SantoshSharma-ge5pz9 күн бұрын
is it a good practise to give component name with small letters?
@RoadsideCoder8 күн бұрын
yes, Depends on person to person, I follow this structure
@FaisalKhan-oy4zz Жыл бұрын
no premiere today @6pm
@RoadsideCoder Жыл бұрын
I thought you all will be busy in new year
@furqan6644 Жыл бұрын
How are you so good with hooks and everything. Please help me.
@MuhammadTalha-ez3hr Жыл бұрын
please video in how to make breadcrumbs navigation
@AzadKumar-zi5lm Жыл бұрын
Sir, I implemented light dark theme without context api My approach 1. I made a light class in css and added light theme color 2. then i made another class dark and added dark theme color 3. when someone click on button then i added those class on body tag is it okay or there is any problem let me know ! 😮😮😮😮😮
@RoadsideCoder Жыл бұрын
but what if a deeply nested component needs to know the current theme, then u will need to know by using the useContext hook
@AzadKumar-zi5lm Жыл бұрын
@@RoadsideCoder but i am using css variables value to design components styling. then i am changing value according to theme but variables name will be same
@AzadKumar-zi5lm Жыл бұрын
By the way thanks sir i try to implement it using context api right now ☺️☺️☺️ so bye i am gonna open my laptop... have a good night!