This is awesome! I started learning React a few weeks ago but then found out React by itself is CSR and I need SSR since I'm building web apps for clients and their websites need to be crawled so it's awesome to see all these tutorials (from playlist) on NextJS. I'm definitely going through all of them.
Will watch this again. Was awake till 2:30 AM IST. This one is definitely on my list to build along with the Hulu clone. Thanks Sonny for your dedication inspite of technical difficulties.
Tip: Anyone who gets stuck with sonny at the point where the server restart doesn't pickup tailwind. Go to tailwind config and there CUT all the contents and PASTE them back -> Save. Now you should see warning for the jit compiler in the terminal. That saved me a lot of time.
I find that my VS Code doesn't like the directives within the global.css file. If/when I resave the file and then close it, the initializations seem to work more consistently.
So far the Best Tutorial video i have ever seen on UA-cam please please make more video's like this where you explain everything like this and make it from scratch and please keep these video available for us forever they are absolutely great
These live coding sessions are awesome, short tutorials are nice but seeing the full process like this is also suuper valuable. Thanks for the video and hope you continue making more!
I do really appreciate what you made for the community, is INCREDIBLY AWESOME, it would be awesome if you can explain how to deploy this project, I've been struggling with that
I have to say, I enjoy watching your thought process when you encounter technical difficulties/challenges, and how you overcome them, well done! Awesome Tutorial!
Thank you bro it took me a week to sit watch and do this with you! I learnt a lot and I'm gonna do all the other apps you have done! Hope I become a pro like you one day!
Thank you so much Sonny. This video made my day . Please continue making videos like this . Learnt a lot from this video .Once again Appreciated for your help .
Great videos man, you are helping and teaching to a lot of people around the world, send you a hug from mexico, if one day you come to mexico city i owe you some tacos 👍
Subbed!, I was learning nextjs also tailwind and looking forward to project based tutorial to deepen my understanding about nextjs and found your videos, I learned a lot from this tutorial and hopefully I could use this in my own projects or something else, looking forward to your upcoming tutorial... you're the best man!!
Hi sonny! I noticed that you worked so much with firebase in the builds you made. But most companies use a custom backend, we need something like node js backend to put in our resume to help us find a job.
Thanks for the vid! I followed along and everything was super beneficial! I'm stuck on deploying the application and think a video on it would be super helpful. Not necessarily for this example but just the concept of deploying a react/next.js app is super educational. Thanks again fo the vid
those of you stock the provider import if you're using latest nextauth This is coded with typescript(.tsx files instead of .js) here is my code import { SessionProvider } from "next-auth/react" import type { Session } from "next-auth" function MyApp({ Component,pageProps:{ session, ...pageProps } }: AppProps) { //const status=getSession() return
} export default MyApp extras onClick={()=>signIn()} Facebook component import { Session } from 'next-auth' session:Session as loginprops
hey man such a big fan of your channel man ! can you please pretty please do a clone of something like figma ? just the layouts and the resizing sidebars and what have you !
I love you so much dude thanks for helping me this was fantastic ............ I have never stopped this is my first time one we meet in a live there i got you thanks😍😍😍😍😍😍
1) Can I add it in my resume? 2) Will it make resume impressive? 3) Is it a good idea to make resume impressive to make clone of facebook, amazon, whatsapp, uber, netflix etc..? 4) Can someone suggest me project ideas which make resume outstanding?
thank you Sonny for how you explain everything in details.... I tried to do the same as you and build this app from scratch but I bumped to a smal issue and I was wondering if there is someone else getting this error from facebook saying that Facebook has detected that your App isn't using a secure connection to transfer information. Until Your App updates its security settings, you won't be able to use Facebook to log in to it. Anyone?
@@le_matur delete the FB apps, start fresh and make a new app don't add anything to it, now create a new test and then add the login product to the test app instead then it will work just fine.
Hey Sonny, I had some trouble deploying this Web App. I think it's has something to do with the Facebook Developer settings. Would love some help or a quick tutorial. Thank You
Really great content, thanks! However, can you get stats on your viewers and the screen/device they use? If so, and if multiple of us is on smaller screens like phones (like myself) watching, you can really bump the font size to the double. On phone it is really hard to see (one has to really focus hard to see). As a "UA-cam phone watcher", it's a common issue, unfortunately. But if you have the stats of your viewers, perhaps something to look into? Thanks again for great content. 😊
If you want to force a light theme to the Facebook Login add this code to the pages/api/auth/[...nextauth].js file. Code's the following: theme: { colorScheme: 'light', // "auto" | "dark" | "light" }
was curious if you could update firebase to 9.6ish and modify so that the firebase stuff still works because I had to use 8.5.0 to get it to work like yours. Great Content
Hey Sonny, I couldn't deploying this Web App. I have been stuck at solving this problem for past three days. Facebook is continuously blocking all domain names from vercel. It is saying "Can't Load URL: The domain of this URL isn't included in the app's domains.' Can you please give us a quick tutorial on how to deploy the app or point me to the right direction on how to solve it. Thank you
try adding your new domain to face book devloper counsler something so it will be authorized domain then you can use auth, i have used google...but i think that might be a solution
Hi guys , I build an app with next js and mysql but i don't know how to store links of images in the db , when i store the image directly it take more space
📬Do you want DAILY coding problems sent DIRECTLY to your Inbox? (with solutions the next day) 👉 links.papareact.com/university
pls what is the name of the intrumental you used in the beginning of this video sir
This is awesome! I started learning React a few weeks ago but then found out React by itself is CSR and I need SSR since I'm building web apps for clients and their websites need to be crawled so it's awesome to see all these tutorials (from playlist) on NextJS. I'm definitely going through all of them.
Will watch this again. Was awake till 2:30 AM IST. This one is definitely on my list to build along with the Hulu clone. Thanks Sonny for your dedication inspite of technical difficulties.
Tip: Anyone who gets stuck with sonny at the point where the server restart doesn't pickup tailwind. Go to tailwind config and there CUT all the contents and PASTE them back -> Save. Now you should see warning for the jit compiler in the terminal. That saved me a lot of time.
I find that my VS Code doesn't like the directives within the global.css file. If/when I resave the file and then close it, the initializations seem to work more consistently.
@@martinbradley80 Oh nice. I think this issue is because we're using jit. That's why it might not be picking up tailwind configs.
This helped, thanks!
Letss goo broo.. you managed to pull this off in just 3hr 40 mins even after many glitches and unwanted bugs .. 💪💪
So far the Best Tutorial video i have ever seen on UA-cam please please make more video's like this where you explain everything like this and make it from scratch and please keep these video available for us forever they are absolutely great
These live coding sessions are awesome, short tutorials are nice but seeing the full process like this is also suuper valuable. Thanks for the video and hope you continue making more!
I do really appreciate what you made for the community, is INCREDIBLY AWESOME, it would be awesome if you can explain how to deploy this project, I've been struggling with that
@@gg-yr4bp Thank you!! I already search a lot and end up learning a lot of cool stuff and deploying my apps
Hi can give pointers on how you went on about that please?
Holy Cow! Amazing build :), but guys don't just code along, add some features from your side!
Love your videos. Just bought the github repo access. Thanks Sonny. Love that you're representing the UK too!
Hell yeah dude!!
I have to say, I enjoy watching your thought process when you encounter technical difficulties/challenges, and how you overcome them, well done! Awesome Tutorial!
this looks super fun, for sure trying this build next playthrough
I have to do this one. Glad you are using tailwind CSS
Awesome. More builds with Next.js, Tailwind CSS please.
Agreed
Nice video!! I really like that you use the functional approach with hooks.
What about organize component in a more "Clean Architecture" way?
Thank you bro it took me a week to sit watch and do this with you! I learnt a lot and I'm gonna do all the other apps you have done! Hope I become a pro like you one day!
I love you dude ❤ , i can say easily your content for web is number one on UA-cam, keep going brother
Awesome as always sonny. Keep rocking 😎👍
Amazing debugging. I too got irritated when the bug was not getting identified. Great Experience being here.
Sonny is a Legend!!!
the NextAuth feature is insane !!!
Thank you so much Sonny. This video made my day . Please continue making videos like this . Learnt a lot from this video .Once again Appreciated for your help .
Thank you my guru for this wonderful hardwork
this guy is a legend
Incredible tutorial! Perfect pace and explained so well. I’ve watched tons of react videos and this is top notch
when you those things happened to you and you said this is called bad day i can sense it ,it happens to me 95% of time
I Love Your Energy Papa react....#papa fam
Great videos man, you are helping and teaching to a lot of people around the world, send you a hug from mexico, if one day you come to mexico city i owe you some tacos 👍
Subbed!, I was learning nextjs also tailwind and looking forward to project based tutorial to deepen my understanding about nextjs and found your videos, I learned a lot from this tutorial and hopefully I could use this in my own projects or something else, looking forward to your upcoming tutorial... you're the best man!!
hi sonny , the JIT compiler is buggy and sometimes doesn't starts up , I tried saving the "tailwind.config.js" file again and then it worked for me .
Hi sonny! I noticed that you worked so much with firebase in the builds you made. But most companies use a custom backend, we need something like node js backend to put in our resume to help us find a job.
But you can apply as a frontend devloper.
Too good bro! keep goin.. just curious why you left clever programmer?
This is exactly what I was looking for
Hi sonny, i from vietnames.
I really admire you, I learned a lot about REACT and UI framework CSS from your channel
Thank You so much
I really love the thumbnail
Your content is awesome! I really love everything you do!
it's unfortunate to see only 3000 views when you content is unique. A hug bro.
Thanks for the vid! I followed along and everything was super beneficial! I'm stuck on deploying the application and think a video on it would be super helpful. Not necessarily for this example but just the concept of deploying a react/next.js app is super educational. Thanks again fo the vid
Man, this is awesome content. I really appreciate, you are making my life better. Thank you.
Love both your content and your monetization strategy, novel and effective, you have my sincere admiration
Thumbnail is very hilarious 🤣
you are awesome dude impressive omg
This is such a nice video and I learnt a lot in this video. But the thing where I got stuck is that how do I deploy this app ?
You guy just amusing❤️❤️❤️ Love u a lot man❤️❤️
Outstanding work Papa react
You are legend. I am gonna try it by following your videos 👍
This way of teaching is awesome! I liked it! Learned a lot!
those of you stock the provider import if you're using latest nextauth
This is coded with typescript(.tsx files instead of .js)
here is my code
import { SessionProvider } from "next-auth/react"
import type { Session } from "next-auth"
function MyApp({ Component,pageProps:{ session, ...pageProps } }: AppProps) {
//const status=getSession()
return
}
export default MyApp
extras
onClick={()=>signIn()}
Facebook component
import { Session } from 'next-auth'
session:Session as loginprops
PAPA never disappoints
Great, dude. You are awesome
Thanks for all the knowledge you spread
Hi Sonny! Could you do a video talking about best practices for storing data in the real-time database?
damn, i see how much of a toll this puts on you man!
I feel like crying for missing this build #papafam.
Awesome bro clean and elegant ♥️♥️
This is dope man 🔥
hey man such a big fan of your channel man ! can you please pretty please do a clone of something like figma ? just the layouts and the resizing sidebars and what have you !
I really like how clean you make the code, I want to ask you something, is there a way to load faster the images from the post?
Hey thanks!! Yes! Look into caching technique!
You are so awesome with a lot of power. What do you think how long it takes to handle tailwind out of the box without struggeling in details?
You are a great man
YESSSSSSSSSSSS, another daily.dev user \o/
We're waiting signal 2.0 with 1-1 messaging!!
Awesome content, as usual!
I love you so much dude thanks for helping me this was fantastic ............ I have never stopped this is my first time one we meet in a live there i got you thanks😍😍😍😍😍😍
That is great dude!!! Keep on going and thank you so much for the support! 💪🏽💯
@@SonnySangha finally i found my coding hero .
Isso sim que é capricho. Adorei!
bro the effort you put is absolutely amazing keep rocking sonny !! #papa fam
thank you so much for your video, it's very helpfully
Pls make a mern stack course as per industry standard ,most in youtube are just simple applications
1) Can I add it in my resume?
2) Will it make resume impressive?
3) Is it a good idea to make resume impressive to make clone of facebook, amazon, whatsapp, uber, netflix etc..?
4) Can someone suggest me project ideas which make resume outstanding?
thank you Sonny for how you explain everything in details....
I tried to do the same as you and build this app from scratch but I bumped to a smal issue and I was wondering if there is someone else getting this error from facebook saying that
Facebook has detected that your App isn't using a secure connection to transfer information.
Until Your App updates its security settings, you won't be able to use Facebook to log in to it.
Anyone?
I bumped into that right now, did you find a solution?
Same here!!
@@le_matur delete the FB apps, start fresh and make a new app don't add anything to it, now create a new test and then add the login product to the test app instead then it will work just fine.
this guy build everthing with react js ifeel like the next video will be building react js with react js xD
Let's go sonny thanks for awesome stuff 😁
Hello - you are amazing! Are you based in London?
Nice one 👍👍
I also want to see a live performance on TypeScript!
Hey Sonny,
I had some trouble deploying this Web App. I think it's has something to do with the Facebook Developer settings. Would love some help or a quick tutorial.
Thank You
Hello @Sheil Gandhi. Did you get a solution to this.
@@Groot-yl1lf No I haven't
thanks so so so so so much Pro....... love you so much
Really great content, thanks! However, can you get stats on your viewers and the screen/device they use? If so, and if multiple of us is on smaller screens like phones (like myself) watching, you can really bump the font size to the double. On phone it is really hard to see (one has to really focus hard to see). As a "UA-cam phone watcher", it's a common issue, unfortunately. But if you have the stats of your viewers, perhaps something to look into? Thanks again for great content. 😊
If you want to force a light theme to the Facebook Login add this code to the pages/api/auth/[...nextauth].js file. Code's the following: theme: {
colorScheme: 'light', // "auto" | "dark" | "light"
}
was curious if you could update firebase to 9.6ish and modify so that the firebase stuff still works because I had to use 8.5.0 to get it to work like yours. Great Content
Hey Sonny !!
What's the song in the intro?
Btw, love this tutorial
same question
What a wonderful content. Thnku PAPA REACT.
Amazing trick... I like this chanel
Hi bro. All of your videos are really excellent. If you make us video how to build SpaceX website with React. It will be insane and excellent. Bro
HI, Sony Thanks for this amazing project: Mashallah .. from PK❤🚀🚀
Nice video good video
Im broke right now so gonna do some uber eats delivery so I can pay for your membership course.
Waiting for the Next JS Version of the same. 😁
I’m curious on how you know all of these? I wanna know how to study like you
I am cruising nicely with my Boy Sonny BIG UP DUDE
Hey Sonny,
I couldn't deploying this Web App. I have been stuck at solving this problem for past three days. Facebook is continuously blocking all domain names from vercel. It is saying "Can't Load URL: The domain of this URL isn't included in the app's domains.' Can you please give us a quick tutorial on how to deploy the app or point me to the right direction on how to solve it. Thank you
try adding your new domain to face book devloper counsler something so it will be authorized domain then you can use auth, i have used google...but i think that might be a
solution
In this video, you had to focus on laptop optimization more than code optimization 😂🤣.
hello i'm from indonesia,, you're amazing bro
No Tech Issue Is Gonna Defeat Us Today! - Sonny Sangha - LFG!!!!
What's the advantage of using Firestore as opposed to having your own backend?
Please please bring MERN stack project.. Big fan from INDIA i love your teachings ..please bring one huge project on MERN stack😀
Can you make a tutorial on making Clone of the App to be able to connect with the site coded?
Oh and thank you so so so much for creating this Clone, I forgot to mention my bad!!! 🤦🏽 peace to you! ✌🏼
Hi guys , I build an app with next js and mysql but i don't know how to store links of images in the db , when i store the image directly it take more space
Dope video. Did anyone launched the project? I'm curious where I can get public privacy url for Facebook and Data deletion terms.
Love Bro .
Love u from Vietnam
please make a video on uploading multiple image and render according to user in react js with firebase