Man Sonny, I was the worst in my class in high school, I've always wanted to be a programmer because I like logic, but every one of my friends said I suck at math and could not possibly be a programmer. But then I saw one of your videos with Qazi, I learn bits by bits through the videos, I worked as a marketing employee at a company I don't even like and now, after 1.5 years, I can build full-stack websites, work at a job I love ( even though the money is still to come ) thanks to you guys. I thank you
Do you know how to fix this error? I keep getting it when I run 'yarn start' "Failed to compile. Module not found: Error: Can't resolve '../features/counter/counterSlice' in '/Users/felixrumah/Desktop/mobile-app/netflix/netflix-build-youtube/src/app' ERROR in ./src/app/store.js 4:0-62 Module not found: Error: Can't resolve '../features/counter/counterSlice' in '/Users/felixrumah/Desktop/mobile-app/netflix/netflix-build-youtube/src/app' webpack compiled with 1 error"
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
Just discovered your channel. Currently building a Google Keep clone in CRA and you've inspired me to give the stack you're using a go while doing that as it looks very slick! Keep up the good work man, no wonder you're growing fast.
Sonny I love u mahn Istg I just completed building this clone and I can’t thank you enough❤️😭. Means a lot bro Waiting for more of your videos Take care bro.
Sonny, great work! How much calculus do you use for coding? I use JavaScript with HTML and CSS now and have not had to come across it yet but would like to know if I need to know it for full stack web developement?
My main gripe with these styled guides/tutorials is that it's incredibly distracting re-watching a livestream and every few minutes something happens like a donation or whatever that causes scene changes and a random topic that's not about what you're doing. might just be me though lol. other than that, good stuff though I'd do some things slightly differently
Now I know that People could get annoyed as a beginner As well With 8+ years of experience... I presumed only beginnerrs would feel like that... Sorry..
It doesn't matter. This videos are for free so why to complain about that? It's the people that raises a youtuber's channel... If you don't like that you can pay for a course
You are amazing! I am new to your channel and everything is just hyping me up! I love the vibes! I'm glad I found your channel! I was looking for something else, and whenever I open a video on your channel, I CAN'T STOP DUDE! I JUST CAN'T STOP MYSELF! I hope you achieve your goal on whatever you are planning for. Thank you so much for your effort and this genuine content! Subscribed!
brother ive been trying to resolve scroling in message container affter using scrollIntoView but its not working literally please help me i want to show this project in my upcoming internship interview
yo sonny i didnt expect that u will answer but my question is why we use stringify at 2:17:29 what problem does it solve and if we send data in backend at what point in time ? sorry for eng btw)))
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
Hey Jatin I hope your question was resolved. I wanted you know if you have been working on any react projects recently and would be interested in an internship/job opportunity in software development ?
About the _rfce code snippet... Mine doesn't work. Only rfce, without the underscore. Did it change? Non of the ES7+ extension code snippets with underscore works here, only without it... I need to remove the auto import every single time. Bit annoying.
I have created this exactly how you did it. I have no clue what and how works. Furthermore, the initial load of the first chat clicked on after a login takes 6 seconds to load and I have no clue how to change it.
What's the difference between next js and react js? I have read it online but still don't understand the difference. Can you tell me using examples for the differences?
nice, Some questions, why not render the side menu in _app assuming it is on a few pages? Check Email Can I activate the function in the side menu once ?! And user authentication really should always bring the HOOK and not do in one place?
Why have they changed from "@material-ui" to "@mui/material". The syntax looks different and I'm getting errors. Why can't they just leave things alone? It confuses beginners like myself.
Thank you so much for all this content!!! I'm learning so much (and i was already good with React/Nextjs) Can you please share your favorite music list? I would love to give it a try :)
Hi Sonny, this is good material. Please consider shrinking the video by half so it's more engaging. I think you can if you keep it to just the technical stuff.
@@SonnySangha with this code can we still get a stable version or it needs changes to make it stable now? Im asking this because this tuturial is 1 year old already
Hey PapaReact, I'm just watching this video and I'm really loving it but I'll like to understand firebase very well to be able to use the various functions like getting a snapshot, useAuthState and the likes. Please where can I learn them from?
I think you can learn by reading the firebase documents, although it's not very clear you can always read the articles and examples, or learn about firebase react libraries
Thank you for the great tutorial Sonny I am having issues with running the app on mobile web browsers. The app works perfectly fine on my laptop but when I use it on my phone the display is completely broken. Can you please tell me how I can solve this issue?
use media queries in css .. pages are broken because the size of the display in both devices are different. You should make responsive site if you want open it in multiple devices..
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
who is this guy ? who is Sonny Damn. you're amazing Bro... Thanks for everything and your explanations. I hope i will one day do the same as you and inspire people just like you're doing
THANK YOU Sonny! quick question: does this app send constant GET requests to be 'real-time'? How does you auto receive a message when some sends you one (without a page reload)?
I keep getting "Unhandled Runtime Error" Error: Hydration failed because the initial UI does not match what was rendered on the server. This happens during Loading. ( ) Where am I going wrong?
Hi Sonny, great build man! I am stuck, how did you fix the Server Side Rendering? Mine is just loads and takes time to show the messages. Can anyone help me please?
Correct me if I'm wrong, but you never actually rendered the data we passed down as props from the server-side. When rendering the messages, you still render them from firebase, which is not as instantaneous. I am able to log the serverside data in the console, but when it comes to mapping the array and rendering each message, it tells me that "messages.map" is not a function. How can I go about rendering the data from the serverside?
Same situation for me. I'm just pushing all collections(db, 'users',) and then getDocs... i'm now facing the issues on the const chat. :/ were you able to resolve this for Fb9?
@@webpapi I was not able to :/ the main reason why I was trying to render from server side is because FB9 was not sending the data in chronological order, which makes the messages come in a random order. My goal was to sort the messages in order on the server-side and then show them to the user. Unfortunately, FB9 nor server-side wants to cooperate with me. I also just decided to deploy this today and it works fine, but when I try to open a chat, I get an error 500 (internal server error).
📬Do you want DAILY coding problems sent DIRECTLY to your Inbox? (with solutions the next day) 👉 links.papareact.com/university
Man Sonny, I was the worst in my class in high school, I've always wanted to be a programmer because I like logic, but every one of my friends said I suck at math and could not possibly be a programmer. But then I saw one of your videos with Qazi, I learn bits by bits through the videos, I worked as a marketing employee at a company I don't even like and now, after 1.5 years, I can build full-stack websites, work at a job I love ( even though the money is still to come ) thanks to you guys. I thank you
You are absolutely welcome dude!!! Keep on crushing it!!
Anything you wanna recommend for someone who wants to achieve the same as you?
@@damaged804 Stop asking. Start doing..
I have paid fees for whole school and college
and i have learnt more for free from this guy
Th@nks Man
This guy is out here doing more than what high school or college ever did for me lol
facts
True
more than cs degree in college, agreed
@@aimanyounis8387 hbblbbuhh
@@PedroLomeli20 ol
Ok o
Your clone projects helped me so much!! Great source ever
Do you know how to fix this error? I keep getting it when I run 'yarn start'
"Failed to compile.
Module not found: Error: Can't resolve '../features/counter/counterSlice' in '/Users/felixrumah/Desktop/mobile-app/netflix/netflix-build-youtube/src/app'
ERROR in ./src/app/store.js 4:0-62
Module not found: Error: Can't resolve '../features/counter/counterSlice' in '/Users/felixrumah/Desktop/mobile-app/netflix/netflix-build-youtube/src/app'
webpack compiled with 1 error"
TabNine is amazing. But what I like is that it's not making me faster only but also more accurate.
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
Thank you Sonny! You are awesome! Always learning new with you!
that's excactly what I was waiting for. Thanks CRACK!
I thought we could not do the one to one chat in a day. But you are simply nailed it.
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
@@xtrznesockets
Just discovered your channel. Currently building a Google Keep clone in CRA and you've inspired me to give the stack you're using a go while doing that as it looks very slick! Keep up the good work man, no wonder you're growing fast.
P
P
P
sonny u are helping a lot a for our career thanks for helping us man
love you
I'm smashing the thumbs up!. Great real world debugging session.
1:37:07 thattrick made my day
Channel discovered...awesome stuff
I CAN'T STOP DUDE! I JUST CAN'T STOP MYSELF!
u sense the trend much b4 the time..... keep uploading on next.js
Amazing build Sonny and thanks for the one to one chat
This week I was like "when will sonny do next js". And kaboom 💣
Love u bro 💜💜
Sonny I love u mahn
Istg I just completed building this clone and I can’t thank you enough❤️😭.
Means a lot bro
Waiting for more of your videos
Take care bro.
Great Sonny Sangha. Thanks for sharing knowledge.
loving your work all the way from Nigeria Sonny
Sonny you are a beast, words can not describe how much I appreciate your content
You are absolutely AWESOME :) Great man... U r just saving so many Lives :) Thank u...
Utopia Ecosystem is what you should know about cybersecurity and anonymity!
Sonny your content is amazing man 🔥
Watch my REACT BASICS 101 class for FREE with 1 month FREE SkillShare access here (First 1000 people) skl.sh/2Srfwuf
Thank you so much sonny for your tutorials . i have learnt so many things in react by just watching it..you're really awesome :)
@@letswalk4168 io
@@letswalk4168 ion
@@oonewayyy thgmhm
@@oonewayyy hmhfggmb
Sonny, great work! How much calculus do you use for coding? I use JavaScript with HTML and CSS now and have not had to come across it yet but would like to know if I need to know it for full stack web developement?
Loved the clone ✨ 🚀
Your clone was also amazing bro Starbucks and tesla.
@@snssatyabhagavan ❤️
My main gripe with these styled guides/tutorials is that it's incredibly distracting re-watching a livestream and every few minutes something happens like a donation or whatever that causes scene changes and a random topic that's not about what you're doing. might just be me though lol. other than that, good stuff though I'd do some things slightly differently
Once you are not a beginner anymore, u don't feel lost..
But yes it's annoying . But I just skipp those moments 😁
@@LUKFUNTV 8 years in the industry professionally so i doubt I’m a beginner.
@@Mikkelzu
U got me wrong totally..
It was my experience...
Now I know that
People could get annoyed as a beginner
As well
With 8+ years of experience...
I presumed only beginnerrs would feel like that...
Sorry..
It doesn't matter. This videos are for free so why to complain about that? It's the people that raises a youtuber's channel... If you don't like that you can pay for a course
Great clone tutorial, will you do a slider clone but this time with typescript?
I tried this example with firebase 9 and It's soo cool.
lastSeen: 25 juillet 2022 à 21:12:08 UTC+2
You are amazing! I am new to your channel and everything is just hyping me up! I love the vibes! I'm glad I found your channel!
I was looking for something else, and whenever I open a video on your channel, I CAN'T STOP DUDE! I JUST CAN'T STOP MYSELF!
I hope you achieve your goal on whatever you are planning for.
Thank you so much for your effort and this genuine content!
Subscribed!
²²ìioìpl9
I'm just watching this video and I'm really loving it but I'll like to understand firebase very well.
Dude!! you are amazing, thanks for all.
Amazing Sonny ... Love your content ❤️
Thanks sooo much! Love it. Quick question. Safari doesn't seem to prevent the post from refreshing the page. Any idea?
Mind boggling channel. Aag laga diya
is this beginner friendly? Can i follow along this video if i know react only, without any knowledge of next js?
This is the best channel I have ever come across. Thank yo sonny for such great clones in react. keep uploading. awesome work.
brother ive been trying to resolve scroling in message container affter using scrollIntoView but its not working literally please help me i want to show this project in my upcoming internship interview
yo sonny i didnt expect that u will answer but my question is why we use stringify at 2:17:29 what problem does it solve and if we send data in backend at what point in time ? sorry for eng btw)))
Hey @Sonny Sangha your videos are amazing , helpful and easily implemented . Kindly make more tutorials for react native...
This is next level. Best channel on RUclips
Thanks :)
Sonny, I have a job because of you man 💙
Thank you soooo much bro 🙏
Amazing stuff as always! Learned SOOO much.
Question: checking in Firebase keys? Is that ok or dangerous?
Firebase public keys are all good! (The config is okay)
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
was working good in localhost 3000. Error 504 coming up after i deployed the app on vercel . how to resolve it ? plz help
Hey Jatin
I hope your question was resolved. I wanted you know if you have been working on any react projects recently and would be interested in an internship/job opportunity in software development ?
best of the best...simple, easy to follow,
SUPER .............. !!!!!!!!!! You are the BEST ............... Ok from Russia !!!!!!!!
About the _rfce code snippet... Mine doesn't work. Only rfce, without the underscore. Did it change? Non of the ES7+ extension code snippets with underscore works here, only without it... I need to remove the auto import every single time. Bit annoying.
Wow this is insane!!
I have created this exactly how you did it. I have no clue what and how works. Furthermore, the initial load of the first chat clicked on after a login takes 6 seconds to load and I have no clue how to change it.
I don't get it. My code looks exactly like yours, I've followed everything to the letter and I'm getting errors. I give up.
Papa React is now Daddy Next. Js
What's the difference between next js and react js? I have read it online but still don't understand the difference. Can you tell me using examples for the differences?
Super interesting!!
A true professional programmer. Yes, Sonny => Keep on bringing the fire.
Really enjoyed thanks for this ❤️
So you just told me how WhatsApp is the ultimate back door 🚪!
😂😂😂
is it functional or just UI based ?
My messages are not getting aligned properly according to sender and reciever. I tried but it doesnt work for me , also rechecked the code.
What is the best carousel library to use with next.js project?
nice, Some questions, why not render the side menu in _app assuming it is on a few pages?
Check Email Can I activate the function in the side menu once ?!
And user authentication really should always bring the HOOK and not do in one place?
Thank you very much for the content.
Loved it. Subscribed. ❤️❤️
Hey Sonny!! I need help! The Chats appear for ~1 sec and then disappered!! Please Help.
any clue?
@@lPoliticallyFye hope it will help u.
Having same issue. Any luck?
@@prashantdubey4113 no
For me scroll to bottom function is not working
Awesome Tutorial, Does sombody else having problems of not showing the avatar in the Whatsapp clone sidebar? n the sidebar header it is working fine
Why have they changed from "@material-ui" to "@mui/material". The syntax looks different and I'm getting errors. Why can't they just leave things alone? It confuses beginners like myself.
Man you are genius
Thank you so much for all this content!!! I'm learning so much (and i was already good with React/Nextjs)
Can you please share your favorite music list? I would love to give it a try :)
Thanks so much!
Sign up to the newsletter in the description and we send over the playlist for free!
Never mind you did it later in the video :)
www.epidemicsound.com/playlist/dguvxg1wo7ye19gdfa4y02s7s7xd8gqp/
Hi Sonny, this is good material. Please consider shrinking the video by half so it's more engaging. I think you can if you keep it to just the technical stuff.
We’ve done just that! Check out the next.js crash course in my channel!
@@SonnySangha with this code can we still get a stable version or it needs changes to make it stable now?
Im asking this because this tuturial is 1 year old already
Hey PapaReact, I'm just watching this video and I'm really loving it but I'll like to understand firebase very well to be able to use the various functions like getting a snapshot, useAuthState and the likes. Please where can I learn them from?
I think you can learn by reading the firebase documents, although it's not very clear you can always read the articles and examples, or learn about firebase react libraries
hostinger website offer countdown never ends.
Okey lanjut bosku 👍🙏
Great Clone On Great Keep It Up
If we use firebase realtime database instead of firestore , will the functions to add and fetch data be the same ?
Hey Pururaj
Have you built any projects in React? Are you looking out for any job opportunities in React or other JS frameworks currently?
i am the youngest coder at school thanks to you
OMG THE ACTUALLY PAPA HEARTED ME
Eu amo esse tipo de vídeo! até me inscrevi.
TypeError: Cannot read properties of undefined (reading 'apps') in firebase.js
HOW TO FIX THIS??? @Sonny Sangha
Code in description ruclips.net/video/tcTme7JS6bs/видео.html
Espectacular 😊
This is incredible..such high quality tutorial.
Great content, thanks. Rated those spammers 1 star.
Thank you for the great tutorial Sonny I am having issues with running the app on mobile web browsers. The app works perfectly fine on my laptop but when I use it on my phone the display is completely broken. Can you please tell me how I can solve this issue?
Watch the Google clone tomorrow!
use media queries in css .. pages are broken because the size of the display in both devices are different. You should make responsive site if you want open it in multiple devices..
quick question if you can help a lost soul: does this app send constant GET requests to be 'real-time'? How do you auto receive a message when some sends you one (without a page reload)? thanks :)
Next level, Loved it ❤️🔥
How did you set up _rfce because it does not work for me?
Need to install the ES7 redux react snippets extension!
@@SonnySangha Thx
who is this guy ? who is Sonny Damn. you're amazing Bro... Thanks for everything and your explanations. I hope i will one day do the same as you and inspire people just like you're doing
Bro I need your help, How to passing data from login page to signup page using react -router 🙏
Please 🥺 help me
THANK YOU Sonny! quick question: does this app send constant GET requests to be 'real-time'? How does you auto receive a message when some sends you one (without a page reload)?
dude you made my day. ;)
Does useAuthState gets current state from local storage/cookies of client?
Can you do ReactJS or NEXTJS with Laravel?
Does firebaseConfig details goes to client and can he misuse them?
I keep getting "Unhandled Runtime Error" Error: Hydration failed because the initial UI does not match what was rendered on the server.
This happens during Loading. (
)
Where am I going wrong?
Hi Sonny, great build man! I am stuck, how did you fix the Server Side Rendering? Mine is just loads and takes time to show the messages. Can anyone help me please?
Is this only front end?
I am experienced in react but new to next js. Can I go through this course ?
Yes Ofcourse!!
@@SonnySangha thanks for the response
Hi, I'm from Argentina. I want to see your live steams, how can I do it?
Can I publish it on GooglePlaystore or AppStore
Correct me if I'm wrong, but you never actually rendered the data we passed down as props from the server-side. When rendering the messages, you still render them from firebase, which is not as instantaneous. I am able to log the serverside data in the console, but when it comes to mapping the array and rendering each message, it tells me that "messages.map" is not a function. How can I go about rendering the data from the serverside?
Same situation for me. I'm just pushing all collections(db, 'users',) and then getDocs... i'm now facing the issues on the const chat. :/ were you able to resolve this for Fb9?
@@webpapi I was not able to :/ the main reason why I was trying to render from server side is because FB9 was not sending the data in chronological order, which makes the messages come in a random order. My goal was to sort the messages in order on the server-side and then show them to the user. Unfortunately, FB9 nor server-side wants to cooperate with me. I also just decided to deploy this today and it works fine, but when I try to open a chat, I get an error 500 (internal server error).