I am a software development intern who works with both mobile and web applications, and this tutorial is really a gem, anyone who learns this will surely be able to get a job in MERN. Good job brother! Love your work.
This was unbelievably good! Your teaching style is super smooth. If you keep up this quality, I can assure you that your channel will quickly become one of the best with the largest audience. I cannot thank you enough for this amazing content
Project, teaching and coding everything is on point. I completed this project today and I can say I've learnt a lot of new things from this like best practices of coding and writing clean code etc., exactly what I was looking for to get hands on practice on expressjs and also brush up my reactjs. Thank you so much!.
So it's a very great resource for learning MERN using modern stacks... really! I enjoy learning about authentication, signing up, and how the backend communicates with the frontend. Thank you, man! 😍😍
I have seen the whole video and successfully deployed the website. Your teaching style is appreciable. Everything is crystal clear. Thanks a lot for this video 💖💖
OMG, you are amazing man, you really are, this is such high quality, you have shown so many amazing things, practices on how to organize code to have clean code so many things, you show us better approaches and so many things, I've done this and the video is AMAZING and also thanks so very much for showing how to deploy our apps and how to prepare them for deployment, this really contains it ALL! Thank you again!
Alhamdulillah. End this Tutorials. Its very Clear, scalable code, not lost any time. no error full writing code in full tutorials. thanks brother love you. i hope this tutorials you added many features update like seen-unseen, group etc
Your tutorial is simple and easy to follow, and your code is so clean. As a junior react developer I've really learned a lot by your videos, thanks so much.
as a beginner you are my favourite youtuber. You might be low on numbers but the quality will definitely make users hooked. I completed you github API project and now came here to understand real time comm.
before:half knowledge in mern stack, doubt whether i could complete this project with just a video with no one contact. after:yes, i made it . just because of ur teaching level. just amazing . its my first experience to build an chat app.its so amazing that i could figure out the errors and fix on my own. no words . after 3 months i sure i would be a mern stack developer and you are the only reason for it. thanks a lot❤❤❤
Bro, I am facing an error while getting the conversations , that is while fetching the users after login , the error is status:401, Unauthorized-token.........can you please help me to solve it
@@RaviKumar-cx3kz bro use chat gpt. as a beginner i got a 100's of errors , and i passed all of them using chat gpt. this makes our skill improve. now i am solving max errors on my own. so use chatgpt try and try no worries
How to make this app responsive for mobile devices, like showing only sidebar when no conversation is selected and showing only messageContainer when a conversation is selected and adding a back button on top right/left corner to unselect conversation and go back to sidebar. Also while not changing the desktop view (showing both components as you did in this video for desktop screen)
in the Message.jsx component you can add this tailwind css class break-words so if the message is big the letters will not overflow out the bubble add it next to the chat-bubble property
Hats off sir , i really impressed with your teaching techniques. First show error and its solution. And where a beginner programmer can made mistake, that true awesome. And i observed these point then i really excited about mongoDB model . 32:00 Where i can write collection name manually. That answer you told that amazing . I am impressed because no one tell me that details. Thanks you sir .
@@vaishnavisharma4180 Hello, check the data you are sending are correct and fulfilling validation or check your api url it is correctly mapped. log in client and server code to check where you are stucking. check postman if your postman routes working fine then there is issue in your frontend code. take help of chatgpt by clearly mentioning issue you are getting
im loving the project but at some places im using my own logic, ur great man, its like this kind of project i was waiting for. I would reallly appreciate if you could tell beforehand what we are going to use so that we could get some hint for learnig and building it on our own....... but great work 💜
Finally I completed this project , it was really nice but I'm facing only one bug about that chat bubble start and end 😭 I'll debug this later but yeah thank you for this project buddy, keep up the good work
@@dhivagardhivagar7993 you can console log token and if it's showing the undefined then start your backend server and frontend development server together
@@dhivagardhivagar7993 do a console log of token and if it's saying undefined then start both backend and frontend server then maybe your issue will be solved
@@asaprogrammer_ having a bit of a problem at 3:18:02 tho, i am able to go onto the homepage just fine(so i assume it is reading the token correctly) but i am getting a 401 error when i try to fetch the conversations({"error":"Unauthorized - No Token Provided"}). What could be the reason for this? Been trying really hard to figure out but have had no luck. Either way, thank you for the great video.
Ty for this tutorial! It was a lot of fun to follow along. For practise sake I made another design in the frontend, still using daisyUI and their themes to implement darkmode. For my forms I used react-hook-form with zod and I used typescript for the frontend. This project was a lot of fun and I will expand on it. Cheers!
Finally completed this project within 4 days... Thanks for this amazing project... Keep posting amazing content. Now I will work on your NextJs project...
Bro, I am facing an error while getting the conversations , that is while fetching the users after login , the error is status:401, Unauthorized-token.........can you please help me to solve it
@@kgCode658 3:12 ..Get onversation......When I hit the api with postman then it is working but when when I am sending get request from browser then it is not working
i have completed the app, but when i send a MSG to another person, could not be sending and i should make refresh for the page to see the MSG, please advise me ASAP ... thank you
Bro can u help me in Conversations file when we get the users from database i am getting error that unauthorized token not provided but if i do the same thing in postman it works fine
Thanks for your amazing content🥳🥳. Your teaching style is truly the best and the most indepth I have seen on this topic. Plus you make everything truly beginner friendly. Thanks again. Also please if you cancreate a tutorial on integrating audio and video call we will be so grateful. You gained a subscriber.
Oh, what a coincidence! At exactly 3:50:55, U mentioned it's 4 AM, and i was having the exact same time. Also the video length is same .That's pretty funny!
I like that very much , and i knew only javascript but the way you taught is amazing and i grasp all the concepts of Mern Stack . Keep it up bro , we are waiting for more complex amazing projects .
The project is awesome but there is a bug, if user A and B are online and user A sends a message to user B but the user B has selected chat C to talk with then the message sent by user A gets undated in the chat feed of C and B, although on refreshing the page the message is removed from the chat of C and B but still it is a big problem. please resolve it or tell us how to resolve it.
use chai & code to learn backend basics, similar condition for me. learning with Sir Hitesh and go troughing this code again and again as I learn new concepts
same issue, i cloned his code but still doesn't work. infact none of the socket functionality is working, I have to build on top of this app, as this is the starter point
hey i am a student i have to submit chat application in my collage as project but i dont know mern stack. Can Anyone help me with setting up this project and complete it please.
updating message is an asynchronous operation, when you send the message at the moment the new message not get set and giving you undefined for all the properties of that message like message._id, message.message
Brother populate isn't working 🥲🥲 it shows : Cannot populate path `messages` because it is not in your schema. Set the `strictPopulate` option to false to override
same here. this is the 2nd time doing this website and each time i get stuck here. It annoying being stuck 20 minutes before the end of the video. Did you figure it out? cuz i still need help
Bro im in 3rd sem , we are doing miniproject, I wanted to know what all tools he used in this project. Did he use react,node js and mongodb?. Coz my teacher said these should be compulsory
Good job bro. This is a nice and beginner friendly. I am writing this in typescript so I will share once completed. Guys take it as a challenge and try this in typescript. Also I am planning to add webrtc to it for audio and video calling. I will have to learn it
Please make the technology tutorials video also like , react or node , so they we can have an idea of the technology , then go through your projects videos , it will of great help
Thanx for the wonderful video , you just Rocked it man🤩🤩 The development was so interesting , didn't get bored anywhere... That was a wonderful project💥
Thanks a lot bro, learned a lot, a small suggestion, if you split this long video as a playlist and made with 10 different part that will be more amazing.
hey bro it took me 3 days to complete it and I learnt a lot of things such as how to write more readable code, how to create custom hooks specifically for fetch purposes, I leant about authentication and a secure auth with http flag, and also main socket thanks bro a lot of premium quality content thank you so much rooting for you from afar your channel is the best. You explanation, your voice, everything is perfect!!!
hey, when i'm using the authcontext it's thoriwng an error message saying TypeError: Cannot destructure property 'authUser' of 'useAuthContext(...)' as it is undefined.any idea how to resolve this one?
Please Please Please make an indepth tutorial series on React !!! Please. You have good knowledge and it would really help, if not please suggest me resources where i can learn it from
so amazing this is the best video about chat i have ever seen =)) so ez to understand it , 4h40minutes but i watch about 25-30 to understand all of this .thank you so much . hope you release more interested video same this.
I am a software development intern who works with both mobile and web applications, and this tutorial is really a gem, anyone who learns this will surely be able to get a job in MERN.
Good job brother! Love your work.
Bro I'm facing some issues can you help me ?
@@naveenpandey1880 tell me which issues
@@naveenpandey1880 what issue bro?
Thanks for the advices
@@judejeevanmahendran I am not getting the "Unauthorized - No Token Provided" error while sending the message at 01:22:00 .
This was unbelievably good! Your teaching style is super smooth. If you keep up this quality, I can assure you that your channel will quickly become one of the best with the largest audience. I cannot thank you enough for this amazing content
Appreciate the kind words. You're welcome :)
Project, teaching and coding everything is on point. I completed this project today and I can say I've learnt a lot of new things from this like best practices of coding and writing clean code etc., exactly what I was looking for to get hands on practice on expressjs and also brush up my reactjs. Thank you so much!.
Thank you for the kind words and you're welcome :)
Bhai koi dikkat toh nahi aayi na bnane me
Nope @@anandsinha2289
Man this is my first Full Stack course and I am learning a lot (i haven't even finished it lmao), keep going with the amazing content
Completed??
So it's a very great resource for learning MERN using modern stacks... really! I enjoy learning about authentication, signing up, and how the backend communicates with the frontend. Thank you, man! 😍😍
You're welcome :)
I have seen the whole video and successfully deployed the website.
Your teaching style is appreciable. Everything is crystal clear. Thanks a lot for this video 💖💖
Awesome bro
You will definitely achieve the goal of 2024🔥🔥
Lots of wishes from India bro!!
OMG, you are amazing man, you really are, this is such high quality, you have shown so many amazing things, practices on how to organize code to have clean code so many things, you show us better approaches and so many things, I've done this and the video is AMAZING and also thanks so very much for showing how to deploy our apps and how to prepare them for deployment, this really contains it ALL! Thank you again!
hii, Actually I've an issue. After deploying it I'm not able to see avatar. Can you to tell me how can I solve this issue?
Bro can you give me your github profile for reference of this chat app code
@@KasakAnand bro can you send the deployed rendered url
You're amazing, please upload an audio & video call 🤩🤩🤩, wishing you all the best
Alhamdulillah. End this Tutorials. Its very Clear, scalable code, not lost any time. no error full writing code in full tutorials. thanks brother love you. i hope this tutorials you added many features update like seen-unseen, group etc
You are the most underrated UA-camr, I think. The way you write code and explain things feels very relatable to me as a junior developer.
Your tutorial is simple and easy to follow, and your code is so clean. As a junior react developer I've really learned a lot by your videos, thanks so much.
one of the best video on this topic 🐼
Glad you think so!
as a beginner you are my favourite youtuber.
You might be low on numbers but the quality will definitely make users hooked.
I completed you github API project and now came here to understand real time comm.
i just started watching the video, hats off to your hard work!! Love your content, keep adding more and more
before:half knowledge in mern stack, doubt whether i could complete this project with just a video with no one contact.
after:yes, i made it . just because of ur teaching level. just amazing . its my first experience to build an chat app.its so amazing that i could figure out the errors and fix on my own. no words . after 3 months i sure i would be a mern stack developer and you are the only reason for it. thanks a lot❤❤❤
Bro, I am facing an error while getting the conversations , that is while fetching the users after login , the error is status:401, Unauthorized-token.........can you please help me to solve it
@@RaviKumar-cx3kz bro use chat gpt. as a beginner i got a 100's of errors , and i passed all of them using chat gpt. this makes our skill improve. now i am solving max errors on my own. so use chatgpt try and try no worries
you have any social media we can connect on? I have some doubts
Great video bro 🔥 🎉.
Thanks to youtube algorithm for suggesting me this video.😅
finally completed this project
and learnt many things keep going
Is this responsive? And how long did it take to complete this project?
I've just finished this tutorial and i want to thank your for your effort. That was one of my best tutorials i've done so far. thanks again!
How to make this app responsive for mobile devices, like showing only sidebar when no conversation is selected and showing only messageContainer when a conversation is selected and adding a back button on top right/left corner to unselect conversation and go back to sidebar. Also while not changing the desktop view (showing both components as you did in this video for desktop screen)
Did you face any problem on this?????
Bhai apna github repo ka link dena
in the Message.jsx component you can add this tailwind css class break-words so if the message is big the letters will not overflow out the bubble add it next to the chat-bubble property
watched the tutorial in one go. it is very clear and informative. thanks!
Hats off sir , i really impressed with your teaching techniques. First show error and its solution. And where a beginner programmer can made mistake, that true awesome.
And i observed these point then i really excited about mongoDB model . 32:00 Where i can write collection name manually. That answer you told that amazing . I am impressed because no one tell me that details.
Thanks you sir .
You are amazing ❤️❤️
You're explaining every bit and teaching how to optimise! Another level 🔥🔥
Well explained . I loved. Thank you for a great teaching , teaching of coding methods, and step by step testing procedures.
I have just watched 15 min of this. The way u 've explained is super. Keep up the good work bro.
Finally completed the project.stuck in soo many errors and somehow solve errors by own is satisfying.Thankyou for tutorial.☺
Hey, Harshita
I got an error while signing up, "Unexpected end of json input"
Can you help me in resolving this?
@@vaishnavisharma4180 Hello,
check the data you are sending are correct and fulfilling validation or check your api url it is correctly mapped.
log in client and server code to check where you are stucking.
check postman if your postman routes working fine then there is issue in your frontend code.
take help of chatgpt by clearly mentioning issue you are getting
Ask chat gpr@@vaishnavisharma4180
Bro chat-bubble is working correctly??
you have any social media we can connect on? I have some doubts
Please make one shot tutorials so that we can learn from tutorial then apply watching the same video you created
im loving the project but at some places im using my own logic, ur great man, its like this kind of project i was waiting for.
I would reallly appreciate if you could tell beforehand what we are going to use so that we could get some hint for learnig and building it on our own....... but great work
💜
The attention to detail is insane!! Great tutorial.
Finally I completed this project , it was really nice but I'm facing only one bug about that chat bubble start and end 😭 I'll debug this later but yeah thank you for this project buddy, keep up the good work
bro did you accessed the token in protectRoute i have an issue with that can you help me
@@dhivagardhivagar7993 you can console log token and if it's showing the undefined then start your backend server and frontend development server together
Great job! 🎉
@@dhivagardhivagar7993 do a console log of token and if it's saying undefined then start both backend and frontend server then maybe your issue will be solved
Hello ! I want to learn backend.. Suggest me channel jha se tm logo je padha ho
I'm 23 minutes in and you already got a subscriber greate content
Glad you liked it.
I just tapped on the video and one subscriber added❤
Great video, very well explained and easy to follow, and the order that everything was done made so much sense and was very clear. Thank you so much!
Glad you liked it!!
@@asaprogrammer_ having a bit of a problem at 3:18:02 tho, i am able to go onto the homepage just fine(so i assume it is reading the token correctly) but i am getting a 401 error when i try to fetch the conversations({"error":"Unauthorized - No Token Provided"}). What could be the reason for this? Been trying really hard to figure out but have had no luck. Either way, thank you for the great video.
it seems to not generate the "jwt" token in my cookies the same way that it does in post man, my token is just called token
Just one word to say bro : MINDBLOWING 🚀🚀🚀🚀🚀🚀🚀🚀
would love to connect you on linkedin
Most satisfying tutorial on mern stack....excellent skills man 🎉 thanks and Cheers 😊
Ty for this tutorial! It was a lot of fun to follow along. For practise sake I made another design in the frontend, still using daisyUI and their themes to implement darkmode. For my forms I used react-hook-form with zod and I used typescript for the frontend. This project was a lot of fun and I will expand on it. Cheers!
Can please help me I am stucked
@@Krishna-er1pbwhy people don't bother to help each other when everyone is a learner, and learning is fun?
Loved this . im gonna try to recreate it. Wish me Luck!
This is infact the most valuable video I've watched on UA-cam.
Thank you for this informations.
Finally completed this project within 4 days... Thanks for this amazing project... Keep posting amazing content. Now I will work on your NextJs project...
@a.b.x.543 haa... agar har din 6-7 ghanta karega toh ho jayega
Bro, I am facing an error while getting the conversations , that is while fetching the users after login , the error is status:401, Unauthorized-token.........can you please help me to solve it
@@kgCode658 3:11:50
@@RaviKumar-cx3kzresolve hua?
@@kgCode658 3:12 ..Get onversation......When I hit the api with postman then it is working but when when I am sending get request from browser then it is not working
Thank You!! I Completed This and its Best Project Explanation and I learn many things during making this chat app
Thank You!!!
i have completed the app, but when i send a MSG to another person, could not be sending and i should make refresh for the page to see the MSG, please advise me ASAP ... thank you
just finished this tutorial..... Dude..this is just awesome got to learn many many thing
.... Lots of Love from India❤❤
fianlly it took me 2 weeks and 5 days to complete . thank you bro , love you
hi bro
@@dhivagardhivagar7993 boliye
You earned a new subscriber man. Such a quality content, this is what I was looking for. Thank you n I wish you will achieve your dream.
Majestic content!
will follow it along and keep updating just for my own sake
just started an hour ago
Have set up the database and signup endpoint
Just completed till logout functionality
now?
@@ayushghosh5855
completed it 4-5 days ago
added the seen functionality
Bro can u help me in Conversations file when we get the users from database i am getting error that unauthorized token not provided but if i do the same thing in postman it works fine
Kardesim anlatiklarin cok güzel ve önemli konular cok iyi anlattin. Senden gurur duyorum. Insallah hep öyle devam edersin.
Amazing and easy to follow keep it up!!✨🥂
i hope i will comeback soon after completing my current project, it looks good
started watching seems very understandfull video , getting everything
What a Work..🔥🔥🔥 hats off to u, the way you teach the way make it simple. Loving your way of teaching and making project.♥️
Thank you so much ❤❤❤
Can we add group chat feature for this? Can we learn about group chat from this video ?
i have completed this project,. Thank you so much As a Programmer
Amazing course!
Thanku Bro.🤗🤗 For amazing MERN project . Lots of love ❤❤ from India
Thank you 😍😍
It's excellent content
Thanks for your amazing content🥳🥳. Your teaching style is truly the best and the most indepth I have seen on this topic. Plus you make everything truly beginner friendly. Thanks again. Also please if you cancreate a tutorial on integrating audio and video call we will be so grateful. You gained a subscriber.
wow, thank you so much for sharing the knowledge
Completed this project and learned a lot from this project. Love you man♥.
Is there any bug of chat bubble you faced ,like entering the message and got error related??
Great video bro|
Add notifications also.
Just Completed it ,Great man hats off
getting error while deployment on render - at error (file:///opt/render/project/src/frontend/node_modules/rollup/dist/es/shared/parseAst.js:337:30)
Back with another banger🎉🎉
Damn!!! Thanks brother, literally this what i need!!
Thank you for this I have learned a lot from this
Oh, what a coincidence! At exactly 3:50:55, U mentioned it's 4 AM, and i was having the exact same time. Also the video length is same .That's pretty funny!
Great tutorial
I like that very much , and i knew only javascript but the way you taught is amazing and i grasp all the concepts of Mern Stack . Keep it up bro , we are waiting for more complex amazing projects .
You are Awesome buddy!
You too!
It was a nice one 🎉, my first full stack project , pls make a real time device tracking using mern stack, for beginners it will help a lot ❤
The project is awesome but there is a bug, if user A and B are online and user A sends a message to user B but the user B has selected chat C to talk with then the message sent by user A gets undated in the chat feed of C and B, although on refreshing the page the message is removed from the chat of C and B but still it is a big problem. please resolve it or tell us how to resolve it.
I think this can be fixed with a couple if checks. This is where practice comes into play 🙂
@@asaprogrammer_ I tired to resolve it but could not.
if you werent able to solve this drop a reply, I will help
@@codeforlifehere please help
I am got one but that when user1 is logged in and when user2 login then user1 get logged out. Please help me to fix this error. @@asaprogrammer_
Спасибо парень, ты настоящий эксперт) То, как ты это реализовал заслуживает благодарности. Ты проделал огромную работу)
Is it just me or is the real time feature not really working? I have to refresh the page to see messages and I don't see anyone online.
Was the issue fixed? Or is the feature not working
Was it fixed? Or is the feature not working
same bug for me, any updates?
bro let us know because sht aint working. this is my 2nd time doing this website and i can never get passed this
Bruhhh, you deserve 100x more subscribers, too good
I know react ,but I don't know backend technology, can I start this course?
Yes but u will face some problems related to back end configuration, I suggest you to fist get basic knowledge of backend
@@ZeshanMukhtar1 Hey bro you completed this project?
@@clumsypotato2065 didn't, but I know MERN , so I replied to u based on my past knowledge
use chai & code to learn backend basics, similar condition for me. learning with Sir Hitesh and go troughing this code again and again as I learn new concepts
This is the first UA-cam channel to which I have subscribed.
bro message is not updating in realtime. we need to refresh the page every time we chat
Did you manage to make it work?
same issue, i cloned his code but still doesn't work. infact none of the socket functionality is working, I have to build on top of this app, as this is the starter point
@@muhammadumerbaig3607 did you get it to work yet?
Completed and deployed. Thanks you so much. Fun learning experience.
Great to hear
Realtime chat functionality is not working, the chats are only being displayed when I am refreshing the page , how to resolve?
@@asaprogrammer_ Messages is not being displayed in realtime, please solve this issue
@UCi9oHge2jbz3GoimLBVmDEQ Same problem are you fixed it
hey i am a student i have to submit chat application in my collage as project but i dont know mern stack. Can Anyone help me with setting up this project and complete it please.
Yes I am also doing it
Learn to program
Amazing tutorial. Easy to follow and you explain everything so nicely. really thankful for this man!
are u done with this tutorial , is there any errors u have encountered that is no the part of the tutorial
@@Harsh_XDrizz-yx3ll not quite..
@@Harsh_XDrizz-yx3ll no errors
In 3:45:00 threse error when I send message
_Id is not define or cannot reading _id but when I refresh the page
I saw the message
Any one have ideas
updating message is an asynchronous operation, when you send the message at the moment the new message not get set and giving you undefined for all the properties of that message like message._id, message.message
@@PrajjvalMishra-x1ywhat is the solution
@@PrajjvalMishra-x1y how to solve this error
Thank you, I have successfully deployed this chat app .
Brother populate isn't working 🥲🥲 it shows : Cannot populate path `messages` because it is not in your schema. Set the `strictPopulate` option to false to override
@@mx23_10 please check model , have you gives right ref and type in conversation and message model.
The real time feature isn't working
same here. this is the 2nd time doing this website and each time i get stuck here. It annoying being stuck 20 minutes before the end of the video. Did you figure it out? cuz i still need help
Finally completed the project thank you so much 🎉❤
Bro im in 3rd sem , we are doing miniproject, I wanted to know what all tools he used in this project. Did he use react,node js and mongodb?. Coz my teacher said these should be compulsory
@@Ajstyles-r1t yes he did
Bro can you please share your GitHub
Good job bro. This is a nice and beginner friendly.
I am writing this in typescript so I will share once completed. Guys take it as a challenge and try this in typescript.
Also I am planning to add webrtc to it for audio and video calling. I will have to learn it
That's the spirit man! Keep building.
you are realy good and clear you are not just coding you also telling how to, Where to get things.
Please make the technology tutorials video also like , react or node , so they we can have an idea of the technology , then go through your projects videos , it will of great help
awesome video, the explanation is comprehensive for a starter like me.
thanks to youtube algorithm for suggesting me
Great to hear!
I'm only 30 minutes in and already learned a few things I had missed on other videos. Thank you.
Thanx for the wonderful video , you just Rocked it man🤩🤩
The development was so interesting , didn't get bored anywhere...
That was a wonderful project💥
you completed the project???
should i start??
My placements are getting started from next month so please help i want to add mern project on resume 😢
@@paracetamol5031 No don't start this project
Thank you so much for this project... This time I got a feel for the first time that I am working on a "Project"
For those who are facing error in jwt
Keep Cookie in headers
Key -- Cookie
Value -- jwt={your jwt value}
Thanks a lot bro, learned a lot,
a small suggestion, if you split this long video as a playlist and made with 10 different part that will be more amazing.
best mern stack video i have ever seen, great work bro keep it up
Best explanation bro. Thanks to youtube for suggesting this and to you for this awesome content😅😅
I hope you did not forgot to make the 2nd part of this (with love)
hey bro it took me 3 days to complete it and I learnt a lot of things such as how to write more readable code, how to create custom hooks specifically for fetch purposes, I leant about authentication and a secure auth with http flag, and also main socket thanks bro a lot of premium quality content thank you so much rooting for you from afar your channel is the best. You explanation, your voice, everything is perfect!!!
Appreciate the kind words 🙂
hey, when i'm using the authcontext it's thoriwng an error message saying TypeError: Cannot destructure property 'authUser' of 'useAuthContext(...)' as it is undefined.any idea how to resolve this one?
Have u got the answer?@@pratyushpragyey7002
Please Please Please make an indepth tutorial series on React !!! Please. You have good knowledge and it would really help, if not please suggest me resources where i can learn it from
sen adamsın hiç kimse senin gibi anlatmıyor!
Bro beautifully implemented 😊
so amazing this is the best video about chat i have ever seen =)) so ez to understand it , 4h40minutes but i watch about 25-30 to understand all of this .thank you so much . hope you release more interested video same this.
I tried to get the message using react query but it seems to be infinite. Do you have any way to fix this error?
const parseData = useCallback((item) => {
const list = item?.list?.map((data) => {
return {
id: data?._id,
bid_price:data?.bid_price,
username:data?.username,
bid_time:data?.bid_time,
};
});
const highest_price = item?.highest_price
const product = item?.product
setMessage(list)
return { list , product , highest_price };
}, []);
const { data, isSuccess, isLoading,isError } = useQuery({
queryKey: ["getTopBidListOnlineAuction",id],
queryFn: () => getTopBidListOnlineAuction(id),
staleTime: 20 * 1000,
select: (data) => parseData(data.data),
enabled : !!id,
});
Great video , you nailed it but next time consider small screens
Completed sir ❤