Next.js 14 State Management with Redux Toolkit 2024 | Hindi

  Рет қаралды 19,173

Coder's Gyan

Coder's Gyan

Күн бұрын

Пікірлер: 96
@zainabideen8144
@zainabideen8144 3 ай бұрын
Yes, It helped! Keep creating updated content. It helps a lot!
@vimalkumarchaudhary1913
@vimalkumarchaudhary1913 9 ай бұрын
Mai itna confused ho gya hoon ki mai kon sa video dekhu pahle mujhe aapka lecture & course se itna love ho gya hai ki all video dekhna pare🎉ga❤
@CodersGyan
@CodersGyan 9 ай бұрын
Nice 😊 keep watching 👍
@Ranjankumar468
@Ranjankumar468 Ай бұрын
Good explanation, thanks a lot for both the video you have created for redux toolkit. Super amazing!!!
@delta_mohit
@delta_mohit 3 ай бұрын
The video is really really helpful. The tutor has great knowledge of concepts. Thanks man
@CodersGyan
@CodersGyan 3 ай бұрын
I appreciate the feedback! 🙏
@100xcoding
@100xcoding 9 ай бұрын
Request: Please make 2nd part of this video for following topics 1. how to use persist redux package in next js I'm trying to use it but it has a lot of issue due to server side rendering. getting noop storage issue? 2. I'm having issue with persist a user so it won't ask to login after hardrefresh of the page. 3. auto logout the user after the JWT token expires. sir make a video on this I tried a lot things and documentation that method works on react but not in next js Thank you
@rahulsharmaah
@rahulsharmaah 16 күн бұрын
facing same issue how to fiox it please share
@munawarminhas7982
@munawarminhas7982 2 ай бұрын
impressive way of explaining. thanks for distributing such type of knowledge, thumbs up for your hard work 👍👍
@3208nandu
@3208nandu 4 ай бұрын
Professional video...Appreciate
@bhargavkumar
@bhargavkumar 6 ай бұрын
This really helped me to learn a lot. I am going to use this video as my reference.
@CodersGyan
@CodersGyan 5 ай бұрын
Hey Bhargav! I'm really glad to hear that the video was helpful for you. Using it as a reference is a great idea. If you have any questions or need more info, just let me know. Thanks for the awesome feedback!
@aechh_
@aechh_ 6 ай бұрын
THANK YOU VERY MUCH! GREAT EXPLANATION SIR! THIS HELPED ME ALOT IN MY ONGOING PROJECT! BLESS YOU ❤
@CodersGyan
@CodersGyan 6 ай бұрын
Glad it helped!
@karandhingra6946
@karandhingra6946 9 ай бұрын
Literally i was searching for statemanegement with nextjs and next moment this video popuped LOL :)
@RahulSharma-ir1gc
@RahulSharma-ir1gc 23 күн бұрын
Sir in prod mode when I directly accessing the page my slice is getting cleared from the store what could be the issue in local working fine but in production initially it shows the data but if I refresh page multiple time slice got cleared
@geekyasif
@geekyasif 9 ай бұрын
These type of content we want thanks for sharing
@vrajbhingradiya9867
@vrajbhingradiya9867 7 ай бұрын
Really helpful content brother!
@abdur786_
@abdur786_ 9 ай бұрын
Nice explanation sir 👍
@hmmm2676
@hmmm2676 2 ай бұрын
When you wrap {children} by then entire pages you'll create will be client component and all the pages will lose SSR functionality right? Let's say I have xyz page which should be server side component. If this is the case in my project then I should move to page level and wrap only those pages that require redux store right?
@CodersGyan
@CodersGyan 2 ай бұрын
No, wrapping sever component in client component doesn’t make all component clients. Importing component in client component and rendering them there would make all of them client components.
@TheCoder-u4q
@TheCoder-u4q 9 ай бұрын
Great explanation sir ji ❤
@ajaykumar-nx7kb
@ajaykumar-nx7kb 9 ай бұрын
Very nice video sir ❤❤❤❤. Request you to sir make a detailed video on unit testing with react 🙏🙏
@syediqbalahammad
@syediqbalahammad 5 ай бұрын
set up with next js ka option hai vaha doc per vo dekho. next js key liye seperate doc update hua hai.
@saurabrakshit405
@saurabrakshit405 9 ай бұрын
How to do the redux toolkit setup if the project is in JavaScript and is it compulsory to configure store in the Lib folder only ?
@CodersGyan
@CodersGyan 9 ай бұрын
Check official documentation for Js instructions
@codingschool-vh6vp
@codingschool-vh6vp 8 ай бұрын
what an amazing video, bro...
@chillpill610
@chillpill610 8 ай бұрын
love you sir , ! much needed thanks alot
@ajayrathod7438
@ajayrathod7438 3 ай бұрын
Hi, I have a class with the name Api which used to handle api request and that class instance handle all the errors. I used store.dispatch(action event) for showing toast according to serverity of msg in react. Now I want to do the same thing in Next.js can I do like this const Store = makeStore() store.dispatch() Or there will be any issue? Please let me know if you have any idea about this one
@NeerajShukla-t8n
@NeerajShukla-t8n 5 ай бұрын
good explanation
@abhijitpradhan7860
@abhijitpradhan7860 5 ай бұрын
Sir How to persist data inside the store after refreshing the page
@rahmanhusain1665
@rahmanhusain1665 5 ай бұрын
bhiyaa it wont work correctly will throw chunks error due to SSR behaviour if we want to use redux we have to wrap only those component on which we want to provide store with conditional store creation function so it do not create seprate store for all the routes
@Learn-with-Sumon-
@Learn-with-Sumon- 3 ай бұрын
vai aap ka vscode theme or setting ke bare main videoo upload kardo please aapka setting mujhe bohot badiya lagtahe
@patelronak153
@patelronak153 9 ай бұрын
Thank You 🚀😍🙌
@devx-e9o
@devx-e9o 7 ай бұрын
Request you to create a Part 2 of this video where dispatching an action which internally calls external API and return the response. Somehow my API calls are visible as well as API responses. I need to hide them ( Want to call the API's on server side ) and save the response in redux store such that my API calls are hidden from browser. How Can i do that ?
@ronnin-c8p
@ronnin-c8p 9 ай бұрын
Sir please make a detailed youtube video showing how to integrate a payment gateway like Razorpay or Paytm to a MERN stack project. There are some videos present on KZbin but they are not updated and not well explained. I am building a personal portfolio project where I need to integrate this. 🙏🏼🙏🏼
@dreamerb1
@dreamerb1 8 ай бұрын
I can help
@iamakashkumarram
@iamakashkumarram 9 ай бұрын
Sir please make a detailed Course on PostgreSQL and AWS 🔥❤
@sujoykrhaldar
@sujoykrhaldar 9 ай бұрын
Please make a video on client component, server component, detailed video. like client k andar server component how will ut be rendered ? vice verse. Thank you. When to use API routes and when to use server actions
@HarshSajla-h1t
@HarshSajla-h1t 4 ай бұрын
SUGGESTION Everything is good but please don't use Copilot while teaching and inform if you use auto import and stuff, it is hard for beginners, I wasted so much time in errors, good explanation BTW!
@vithleshagrawal9234
@vithleshagrawal9234 8 ай бұрын
loved it
@bharatdubey83
@bharatdubey83 9 ай бұрын
Sir, can you make a video on building a small project with HTML, CSS and JS and then the same project with React, Redux, Typescript and Tailwind CSS.
@Yaduvanshi-nw3yr
@Yaduvanshi-nw3yr 8 ай бұрын
jaise mai ek array le rha hu usse server me map krke client components use jr rha hu to array console krne pr server side and client side dono me shiw ho rha h aise performance me impact pdega kya?
@viveksagar3083
@viveksagar3083 6 ай бұрын
how to load state when user reload the page not the main page but any page user visit state must be loaded how ?
@ebrahimafridi689
@ebrahimafridi689 8 ай бұрын
Nice video
@__shubhamtiwari
@__shubhamtiwari 9 ай бұрын
Smart lag rhe ho sir thumbnail me🙏
@wd3044
@wd3044 6 ай бұрын
Thanks
@babarhusain-xb4cf
@babarhusain-xb4cf 3 ай бұрын
perisets ka b bta dein page refresh hone k bad cart empty ho jata hai
@RahulSharma-ir1gc
@RahulSharma-ir1gc 23 күн бұрын
Bro how have you fixed it
@babarhusain-xb4cf
@babarhusain-xb4cf 22 күн бұрын
@@RahulSharma-ir1gc bro, use persists to resolve issue as well and combined reducer ,midellware
@RahulSharma-ir1gc
@RahulSharma-ir1gc 22 күн бұрын
@@babarhusain-xb4cf I have used persisit still same issue
@RahulSharma-ir1gc
@RahulSharma-ir1gc 22 күн бұрын
Can you share snippet if possible
@mukeshadvani-sq7zy
@mukeshadvani-sq7zy 9 ай бұрын
Thanks for this awesome video, and also learning from your course which i top notch. Can you please make a video on building a newsletter subscription project, it would be awesome.
@deepmane5845
@deepmane5845 9 ай бұрын
Can you explain how to use Redux Toolkit or React Redux in Next.js? After implementing it, our entire application can be either client-side or server-side. I'm unclear on how to properly use it in Next.js, so could you clarify my doubts? Also, please explain the advantages and disadvantages of using Redux in Next.js. I've noticed that there are tutorials on KZbin not covering the use of Redux in Next.js. Is Redux unnecessary in Next.js, or is there a reason it's not widely used? If a larger application requires Redux in Next.js, how is it implemented? I'd appreciate it if you could address these concerns in your next video. I've commented multiple times on other channels, but I haven't received any responses. If you can create a video on this topic, it would be immensely helpful, as I've been struggling with these questions, and it seems others may have similar doubts. Thank you! my above question was commented last videos and here comes the videos thank you so much
@RaviSingh-dr2eh
@RaviSingh-dr2eh 3 ай бұрын
Bro did u find solution I also confused so many people say don't use state management library it not needee
@harsavalkaekjawab1931
@harsavalkaekjawab1931 9 ай бұрын
awesome video
@BrightCamper
@BrightCamper 9 ай бұрын
Great content 🎉
@Umarfaooqkhan-dev
@Umarfaooqkhan-dev 2 ай бұрын
nice
@shubhamnikamgraphics5101
@shubhamnikamgraphics5101 9 ай бұрын
New MasterClass 🔥
@abhishekgandhi6593
@abhishekgandhi6593 9 ай бұрын
Ek no bro👌
@kathiriyadhaval1316
@kathiriyadhaval1316 9 ай бұрын
This. Video very informative for me.
@CodersGyan
@CodersGyan 9 ай бұрын
Glad it was helpful!
@andarahills
@andarahills 9 ай бұрын
What tool can translate from hindi into english? I can not understand a word. Really want to buy course but do not understand anything.
@Akshaykumar-kh2gj
@Akshaykumar-kh2gj 9 ай бұрын
In Next js 14 404 page title not change how to fix 404 page title same as home page title
@Akshaykumar-kh2gj
@Akshaykumar-kh2gj 9 ай бұрын
hello bro
@ShourovRoy-pk5zm
@ShourovRoy-pk5zm 9 ай бұрын
Can you please make a video on Kubernetes mongodb replicaset authentication with external access.
@programmingwithsaroj
@programmingwithsaroj 9 ай бұрын
Nice explanation
@devShahriar
@devShahriar 7 ай бұрын
BHai shab thik hai lekin data persist nehi horaha
@sandeeptanjore1253
@sandeeptanjore1253 9 ай бұрын
Hi Rakesh - I signed up for your paid MERN stack microservices course a couple of days ago. In that connection I sent you an email too yesterday. Could you please take a look and reply to the same?
@harshapg8365
@harshapg8365 9 ай бұрын
How is the course?
@kc3664
@kc3664 9 ай бұрын
@@harshapg8365Excellent👍
@sandeeptanjore1253
@sandeeptanjore1253 9 ай бұрын
@@harshapg8365 The course seems to be good and promising in that he has microservices. However I am slightly ticked off as he has not even responded to my email. This is really bad.
@shubhamgupta-bl1tr
@shubhamgupta-bl1tr 9 ай бұрын
React design patterns please
@bilal5488
@bilal5488 9 ай бұрын
Also bring react recoil tutorial
@raihanahmad8884
@raihanahmad8884 9 ай бұрын
really awesome
@technep9776
@technep9776 9 ай бұрын
great video
@aditya-d-
@aditya-d- 9 ай бұрын
need full stack resume builder
@Jishanthegodev
@Jishanthegodev 9 ай бұрын
Only 4.8k subscribers to go,,,🥳
@debjitpanja
@debjitpanja 6 ай бұрын
Need Next Auth Course
@awais_ansarii
@awais_ansarii 6 ай бұрын
@aditya-d-
@aditya-d- 9 ай бұрын
sir app awsome ho, sir please meri solve plz
@qurashishebi7988
@qurashishebi7988 9 ай бұрын
Great
@CURIOSITYcapital
@CURIOSITYcapital 9 ай бұрын
Zustand is very simple
@Shubham-rf2bs
@Shubham-rf2bs 8 ай бұрын
🎉
@vipulgupta4125
@vipulgupta4125 9 ай бұрын
best
@ZeeshanElia
@ZeeshanElia 9 ай бұрын
Your font of vs code is so irritating Please always keep normal font in Vs code
@CodersGyan
@CodersGyan 9 ай бұрын
Thank you for feedback. I will do the needful changes 👍
@PrMovies0
@PrMovies0 9 ай бұрын
I thing Zustand Is more simple than this 😅
@anirudhvats6038
@anirudhvats6038 9 ай бұрын
❤❤❤
@gobajoseph5064
@gobajoseph5064 9 ай бұрын
Essayer d'activer la traduction pour toute les langues svp merci super tuto
@naimurX
@naimurX 9 ай бұрын
😀
@jhonsnow534
@jhonsnow534 5 ай бұрын
thanks
@milanthakur4975
@milanthakur4975 4 ай бұрын
React Redux Toolkit
28:17
Piyush Garg
Рет қаралды 104 М.
Next.js Tutorial: A Beginner's Guide to Getting Started | Hindi
2:34:34
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Redux - Complete Tutorial (with Redux Toolkit)
37:01
Cosden Solutions
Рет қаралды 270 М.
All 29 Next.js Mistakes Beginners Make
1:45:10
ByteGrad
Рет қаралды 165 М.
Learn Redux Toolkit in one video  🔥🔥🚀 | Hindi
1:41:09
Coder's Gyan
Рет қаралды 223 М.
Shadcn Crash course with Next JS
47:35
Chai aur Code
Рет қаралды 82 М.
Redux Toolkit - Complete Tutorial ( with Project ) 🔥🔥
48:30
RoadsideCoder
Рет қаралды 29 М.
Only video you will need on CORS | Crash Course
19:56
Coder's Gyan
Рет қаралды 9 М.
Best Video on Next.js 14 Authentication
1:14:58
6 Pack Programmer
Рет қаралды 35 М.
Learn Redux Toolkit in 1 Video
53:34
CodeHelp - by Babbar
Рет қаралды 67 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН