Yes, It helped! Keep creating updated content. It helps a lot!
@vimalkumarchaudhary19139 ай бұрын
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❤
@CodersGyan9 ай бұрын
Nice 😊 keep watching 👍
@Ranjankumar468Ай бұрын
Good explanation, thanks a lot for both the video you have created for redux toolkit. Super amazing!!!
@delta_mohit3 ай бұрын
The video is really really helpful. The tutor has great knowledge of concepts. Thanks man
@CodersGyan3 ай бұрын
I appreciate the feedback! 🙏
@100xcoding9 ай бұрын
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
@rahulsharmaah16 күн бұрын
facing same issue how to fiox it please share
@munawarminhas79822 ай бұрын
impressive way of explaining. thanks for distributing such type of knowledge, thumbs up for your hard work 👍👍
@3208nandu4 ай бұрын
Professional video...Appreciate
@bhargavkumar6 ай бұрын
This really helped me to learn a lot. I am going to use this video as my reference.
@CodersGyan5 ай бұрын
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_6 ай бұрын
THANK YOU VERY MUCH! GREAT EXPLANATION SIR! THIS HELPED ME ALOT IN MY ONGOING PROJECT! BLESS YOU ❤
@CodersGyan6 ай бұрын
Glad it helped!
@karandhingra69469 ай бұрын
Literally i was searching for statemanegement with nextjs and next moment this video popuped LOL :)
@RahulSharma-ir1gc23 күн бұрын
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
@geekyasif9 ай бұрын
These type of content we want thanks for sharing
@vrajbhingradiya98677 ай бұрын
Really helpful content brother!
@abdur786_9 ай бұрын
Nice explanation sir 👍
@hmmm26762 ай бұрын
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?
@CodersGyan2 ай бұрын
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-u4q9 ай бұрын
Great explanation sir ji ❤
@ajaykumar-nx7kb9 ай бұрын
Very nice video sir ❤❤❤❤. Request you to sir make a detailed video on unit testing with react 🙏🙏
@syediqbalahammad5 ай бұрын
set up with next js ka option hai vaha doc per vo dekho. next js key liye seperate doc update hua hai.
@saurabrakshit4059 ай бұрын
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 ?
@CodersGyan9 ай бұрын
Check official documentation for Js instructions
@codingschool-vh6vp8 ай бұрын
what an amazing video, bro...
@chillpill6108 ай бұрын
love you sir , ! much needed thanks alot
@ajayrathod74383 ай бұрын
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-t8n5 ай бұрын
good explanation
@abhijitpradhan78605 ай бұрын
Sir How to persist data inside the store after refreshing the page
@rahmanhusain16655 ай бұрын
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-3 ай бұрын
vai aap ka vscode theme or setting ke bare main videoo upload kardo please aapka setting mujhe bohot badiya lagtahe
@patelronak1539 ай бұрын
Thank You 🚀😍🙌
@devx-e9o7 ай бұрын
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-c8p9 ай бұрын
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. 🙏🏼🙏🏼
@dreamerb18 ай бұрын
I can help
@iamakashkumarram9 ай бұрын
Sir please make a detailed Course on PostgreSQL and AWS 🔥❤
@sujoykrhaldar9 ай бұрын
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-h1t4 ай бұрын
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!
@vithleshagrawal92348 ай бұрын
loved it
@bharatdubey839 ай бұрын
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-nw3yr8 ай бұрын
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?
@viveksagar30836 ай бұрын
how to load state when user reload the page not the main page but any page user visit state must be loaded how ?
@ebrahimafridi6898 ай бұрын
Nice video
@__shubhamtiwari9 ай бұрын
Smart lag rhe ho sir thumbnail me🙏
@wd30446 ай бұрын
Thanks
@babarhusain-xb4cf3 ай бұрын
perisets ka b bta dein page refresh hone k bad cart empty ho jata hai
@RahulSharma-ir1gc23 күн бұрын
Bro how have you fixed it
@babarhusain-xb4cf22 күн бұрын
@@RahulSharma-ir1gc bro, use persists to resolve issue as well and combined reducer ,midellware
@RahulSharma-ir1gc22 күн бұрын
@@babarhusain-xb4cf I have used persisit still same issue
@RahulSharma-ir1gc22 күн бұрын
Can you share snippet if possible
@mukeshadvani-sq7zy9 ай бұрын
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.
@deepmane58459 ай бұрын
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-dr2eh3 ай бұрын
Bro did u find solution I also confused so many people say don't use state management library it not needee
@harsavalkaekjawab19319 ай бұрын
awesome video
@BrightCamper9 ай бұрын
Great content 🎉
@Umarfaooqkhan-dev2 ай бұрын
nice
@shubhamnikamgraphics51019 ай бұрын
New MasterClass 🔥
@abhishekgandhi65939 ай бұрын
Ek no bro👌
@kathiriyadhaval13169 ай бұрын
This. Video very informative for me.
@CodersGyan9 ай бұрын
Glad it was helpful!
@andarahills9 ай бұрын
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-kh2gj9 ай бұрын
In Next js 14 404 page title not change how to fix 404 page title same as home page title
@Akshaykumar-kh2gj9 ай бұрын
hello bro
@ShourovRoy-pk5zm9 ай бұрын
Can you please make a video on Kubernetes mongodb replicaset authentication with external access.
@programmingwithsaroj9 ай бұрын
Nice explanation
@devShahriar7 ай бұрын
BHai shab thik hai lekin data persist nehi horaha
@sandeeptanjore12539 ай бұрын
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?
@harshapg83659 ай бұрын
How is the course?
@kc36649 ай бұрын
@@harshapg8365Excellent👍
@sandeeptanjore12539 ай бұрын
@@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-bl1tr9 ай бұрын
React design patterns please
@bilal54889 ай бұрын
Also bring react recoil tutorial
@raihanahmad88849 ай бұрын
really awesome
@technep97769 ай бұрын
great video
@aditya-d-9 ай бұрын
need full stack resume builder
@Jishanthegodev9 ай бұрын
Only 4.8k subscribers to go,,,🥳
@debjitpanja6 ай бұрын
Need Next Auth Course
@awais_ansarii6 ай бұрын
❤
@aditya-d-9 ай бұрын
sir app awsome ho, sir please meri solve plz
@qurashishebi79889 ай бұрын
Great
@CURIOSITYcapital9 ай бұрын
Zustand is very simple
@Shubham-rf2bs8 ай бұрын
🎉
@vipulgupta41259 ай бұрын
best
@ZeeshanElia9 ай бұрын
Your font of vs code is so irritating Please always keep normal font in Vs code
@CodersGyan9 ай бұрын
Thank you for feedback. I will do the needful changes 👍
@PrMovies09 ай бұрын
I thing Zustand Is more simple than this 😅
@anirudhvats60389 ай бұрын
❤❤❤
@gobajoseph50649 ай бұрын
Essayer d'activer la traduction pour toute les langues svp merci super tuto