Тёмный
No video :(

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

Coder's Gyan
Подписаться 100 тыс.
Просмотров 12 тыс.
50% 1

👉 Step into the world of full-stack development with our detailed MERN Stack With Microservices course! Transform your ideas into reality: www.codersgyan... 🌐🚀
🔗 Learn Redux: • Learn Redux Toolkit in...
🔗 GitHub repo: github.com/cod...
🤝 Get 1:1 mentorship: topmate.io/cod...
📚 Web Development Learning Resources
JavaScript Course:
• JavaScript Complete co...
Object Oriented Programming:
• OOP - Javascript
Full Stack Developer's Journey:
• Full Stack Developer's...
MERN Stack Playlist:
• MERN Stack
Interview Questions Playlist:
• Javascript Interview q...
Crash courses:
• Crash courses
CodersGyan Community Links
🎥 Subscribe to Our Channel: / @codersgyan
📱 WhatsApp Channel: whatsapp.com/c...
🌐 Website: www.codersgyan...
🤖 Discord Community: / discord
🔗 LinkedIn: / codersgyan
💻 GitHub: github.com/cod...
✅ My gears for everyday work: docs.google.co...
#redux #nextjs14 #reduxtoolkit #statemanagement #codersgyan

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 77   
@100xcoding
@100xcoding 4 месяца назад
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
@vimalkumarchaudhary1913
@vimalkumarchaudhary1913 4 месяца назад
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 4 месяца назад
Nice 😊 keep watching 👍
@karandhingra6946
@karandhingra6946 4 месяца назад
Literally i was searching for statemanegement with nextjs and next moment this video popuped LOL :)
@bhargavkumar
@bhargavkumar Месяц назад
This really helped me to learn a lot. I am going to use this video as my reference.
@CodersGyan
@CodersGyan Месяц назад
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!
@apexviper2233
@apexviper2233 14 дней назад
set up with next js ka option hai vaha doc per vo dekho. next js key liye seperate doc update hua hai.
@user-bk3gr1nl2s
@user-bk3gr1nl2s 10 дней назад
good explanation
@geekyasif
@geekyasif 4 месяца назад
These type of content we want thanks for sharing
@ajaykumar-nx7kb
@ajaykumar-nx7kb 4 месяца назад
Very nice video sir ❤❤❤❤. Request you to sir make a detailed video on unit testing with react 🙏🙏
@aechh_
@aechh_ Месяц назад
THANK YOU VERY MUCH! GREAT EXPLANATION SIR! THIS HELPED ME ALOT IN MY ONGOING PROJECT! BLESS YOU ❤
@CodersGyan
@CodersGyan Месяц назад
Glad it helped!
@abdur786_
@abdur786_ 4 месяца назад
Nice explanation sir 👍
@vrajbhingradiya9867
@vrajbhingradiya9867 3 месяца назад
Really helpful content brother!
@rahmanhusain1665
@rahmanhusain1665 13 дней назад
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
@jhonsnow534
@jhonsnow534 Месяц назад
thanks
@chillpill610
@chillpill610 3 месяца назад
love you sir , ! much needed thanks alot
@saurabrakshit405
@saurabrakshit405 4 месяца назад
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 4 месяца назад
Check official documentation for Js instructions
@kathiriyadhaval1316
@kathiriyadhaval1316 4 месяца назад
This. Video very informative for me.
@CodersGyan
@CodersGyan 4 месяца назад
Glad it was helpful!
@__shubhamtiwari
@__shubhamtiwari 4 месяца назад
Smart lag rhe ho sir thumbnail me🙏
@user-vh9rj3kz4t
@user-vh9rj3kz4t 4 месяца назад
Great explanation sir ji ❤
@viveksagar3083
@viveksagar3083 Месяц назад
how to load state when user reload the page not the main page but any page user visit state must be loaded how ?
@mukeshadvani-sq7zy
@mukeshadvani-sq7zy 4 месяца назад
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.
@sujoykrhaldar
@sujoykrhaldar 4 месяца назад
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
@abhijitpradhan7860
@abhijitpradhan7860 20 дней назад
Sir How to persist data inside the store after refreshing the page
@codingschool-vh6vp
@codingschool-vh6vp 3 месяца назад
what an amazing video, bro...
@devx-e9o
@devx-e9o 2 месяца назад
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 ?
@bharatdubey83
@bharatdubey83 4 месяца назад
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.
@deepmane5845
@deepmane5845 4 месяца назад
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 RU-vid 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
@iamakashkumarram
@iamakashkumarram 4 месяца назад
Sir please make a detailed Course on PostgreSQL and AWS 🔥❤
@user-nn5yk2ej9h
@user-nn5yk2ej9h 4 месяца назад
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 RU-vid but they are not updated and not well explained. I am building a personal portfolio project where I need to integrate this. 🙏🏼🙏🏼
@dreamerb1
@dreamerb1 3 месяца назад
I can help
@shubhamnikamgraphics5101
@shubhamnikamgraphics5101 4 месяца назад
New MasterClass 🔥
@patelronak153
@patelronak153 4 месяца назад
Thank You 🚀😍🙌
@harsavalkaekjawab1931
@harsavalkaekjawab1931 4 месяца назад
awesome video
@ShourovRoy-pk5zm
@ShourovRoy-pk5zm 4 месяца назад
Can you please make a video on Kubernetes mongodb replicaset authentication with external access.
@technep9776
@technep9776 4 месяца назад
great video
@ebrahimafridi689
@ebrahimafridi689 3 месяца назад
Nice video
@vithleshagrawal9234
@vithleshagrawal9234 3 месяца назад
loved it
@debjitpanja
@debjitpanja Месяц назад
Need Next Auth Course
@andarahills
@andarahills 4 месяца назад
What tool can translate from hindi into english? I can not understand a word. Really want to buy course but do not understand anything.
@developersarojkumar
@developersarojkumar 4 месяца назад
Nice explanation
@Yaduvanshi-nw3yr
@Yaduvanshi-nw3yr 3 месяца назад
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?
@babar178
@babar178 2 месяца назад
Sir 19 p course lay ayn
@bilal5488
@bilal5488 4 месяца назад
Also bring react recoil tutorial
@devShahriar
@devShahriar 2 месяца назад
BHai shab thik hai lekin data persist nehi horaha
@milanthakur4975
@milanthakur4975 3 дня назад
@sandeeptanjore1253
@sandeeptanjore1253 4 месяца назад
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 4 месяца назад
How is the course?
@kc3664
@kc3664 4 месяца назад
@@harshapg8365Excellent👍
@sandeeptanjore1253
@sandeeptanjore1253 4 месяца назад
@@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.
@Yesterday_i_ate_rat
@Yesterday_i_ate_rat 4 месяца назад
Only 4.8k subscribers to go,,,🥳
@BrightCamper
@BrightCamper 4 месяца назад
Great content 🎉
@abhishekgandhi6593
@abhishekgandhi6593 4 месяца назад
Ek no bro👌
@raihanahmad8884
@raihanahmad8884 4 месяца назад
really awesome
@shubhamgupta-bl1tr
@shubhamgupta-bl1tr 4 месяца назад
React design patterns please
@aditya-d-
@aditya-d- 4 месяца назад
sir app awsome ho, sir please meri solve plz
@aditya-d-
@aditya-d- 4 месяца назад
need full stack resume builder
@Akshaykumar-kh2gj
@Akshaykumar-kh2gj 4 месяца назад
In Next js 14 404 page title not change how to fix 404 page title same as home page title
@Akshaykumar-kh2gj
@Akshaykumar-kh2gj 4 месяца назад
hello bro
@qurashishebi7988
@qurashishebi7988 4 месяца назад
Great
@CURIOSITYcapital
@CURIOSITYcapital 4 месяца назад
Zustand is very simple
@Shubham-rf2bs
@Shubham-rf2bs 3 месяца назад
🎉
@vipulgupta4125
@vipulgupta4125 4 месяца назад
best
@ZeeshanElia
@ZeeshanElia 4 месяца назад
Your font of vs code is so irritating Please always keep normal font in Vs code
@CodersGyan
@CodersGyan 4 месяца назад
Thank you for feedback. I will do the needful changes 👍
@anirudhvats6038
@anirudhvats6038 4 месяца назад
❤❤❤
@PrMovies0
@PrMovies0 4 месяца назад
I thing Zustand Is more simple than this 😅
@naimurX
@naimurX 4 месяца назад
😀
@gobajoseph5064
@gobajoseph5064 4 месяца назад
Essayer d'activer la traduction pour toute les langues svp merci super tuto
@wd3044
@wd3044 Месяц назад
Thanks
@awais_ansarii
@awais_ansarii 2 месяца назад
Далее
Redux - Complete Tutorial (with Redux Toolkit)
37:01
Просмотров 202 тыс.
😱ЖИВОЙ Чехол на Айфон🤪
00:38
Просмотров 257 тыс.
React Redux Toolkit
28:17
Просмотров 75 тыс.
What Theo Won't Tell You About Next.js
8:37
Просмотров 88 тыс.
Shadcn Crash course with Next JS
47:35
Просмотров 60 тыс.
Learn Redux Toolkit in under 1 hour
58:10
Просмотров 137 тыс.
Next.js 13 Redux Toolkit Tutorial
13:21
Просмотров 54 тыс.
Redux For Beginners | Redux Tutorial with Redux Toolkit
55:10
Global State Management in NextJs 14 Using Zustand
51:17
Context API in react | get the concept
29:00
Просмотров 55 тыс.