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.
So far the Best Tutorial video i have ever seen on RUclips 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
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.
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!
Hi Sonny, The Fb clone was an amazing journey, i loved it. I'm facing an issue with the authentication in production stage, i click signin but it's not redirecting me to the FB home page, i have added the domain url in my fb dev account. Would be really great if you could help me. Also Looking forward to your future builds💥
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 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 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!
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!!
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 👍
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
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.
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😍😍😍😍😍😍
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 !
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 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
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.
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" }
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?
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
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 "RUclips 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. 😊
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
Why we need to use Next-Auth for auth system .Can we do auth without Next-Auth libaries?What is the key of using Next-Auth. I feel like writing react app without knowing javascript
what was the point of using nextjs? You did not use any of the Data Fetching methods of nextjs like getServerSideProps or getStaticProps or initialProps... Did you prefer nextjs only for the ease of authentication and routing?
📬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.
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 RUclips 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
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!
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!
Watch my REACT BASICS 101 class for FREE with 1 month FREE SkillShare access here (First 1000 people) skl.sh/2Srfwuf
Hei sunny sir how you're importig automatically iside vs code wich auto import extension you're using sir
Hi Sonny, The Fb clone was an amazing journey, i loved it. I'm facing an issue with the authentication in production stage, i click signin but it's not redirecting me to the FB home page, i have added the domain url in my fb dev account. Would be really great if you could help me.
Also Looking forward to your future builds💥
Хххх
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?
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!
Love your videos. Just bought the github repo access. Thanks Sonny. Love that you're representing the UK too!
Hell yeah dude!!
Holy Cow! Amazing build :), but guys don't just code along, add some features from your side!
Awesome. More builds with Next.js, Tailwind CSS please.
Agreed
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 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!
this looks super fun, for sure trying this build next playthrough
I love you dude ❤ , i can say easily your content for web is number one on RUclips, keep going brother
Nice video!! I really like that you use the functional approach with hooks.
What about organize component in a more "Clean Architecture" way?
I have to do this one. Glad you are using tailwind CSS
Incredible tutorial! Perfect pace and explained so well. I’ve watched tons of react videos and this is top notch
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!!
Awesome as always sonny. Keep rocking 😎👍
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 👍
Thank you my guru for this wonderful hardwork
I Love Your Energy Papa react....#papa fam
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
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
this guy is a legend
Man, this is awesome content. I really appreciate, you are making my life better. Thank you.
Sonny is a Legend!!!
Amazing debugging. I too got irritated when the bug was not getting identified. Great Experience being here.
This is exactly what I was looking for
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?
I really love the thumbnail
the NextAuth feature is insane !!!
Love both your content and your monetization strategy, novel and effective, you have my sincere admiration
You guy just amusing❤️❤️❤️ Love u a lot man❤️❤️
Great, dude. You are awesome
Thanks for all the knowledge you spread
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 .
This way of teaching is awesome! I liked it! Learned a lot!
thank you so much for your video, it's very helpfully
You are legend. I am gonna try it by following your videos 👍
Outstanding work Papa react
You are a great man
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 ?
Thumbnail is very hilarious 🤣
Isso sim que é capricho. Adorei!
thanks so so so so so much Pro....... love you so much
YESSSSSSSSSSSS, another daily.dev user \o/
damn, i see how much of a toll this puts on you 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 !
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
bro the effort you put is absolutely amazing keep rocking sonny !! #papa fam
PAPA never disappoints
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
Awesome bro clean and elegant ♥️♥️
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
Let's go sonny thanks for awesome stuff 😁
What a wonderful content. Thnku PAPA REACT.
Hi Sonny! Could you do a video talking about best practices for storing data in the real-time database?
Awesome content, as usual!
This is dope man 🔥
Amazing trick... I like this chanel
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!
Nice one 👍👍
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?
I feel like crying for missing this build #papafam.
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
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❤🚀🚀
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"
}
We're waiting signal 2.0 with 1-1 messaging!!
What's the advantage of using Firestore as opposed to having your own backend?
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?
In this video, you had to focus on laptop optimization more than code optimization 😂🤣.
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
Love Bro .
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 "RUclips 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. 😊
Hey Sonny !!
What's the song in the intro?
Btw, love this tutorial
same question
I also want to see a live performance on TypeScript!
Please please bring MERN stack project.. Big fan from INDIA i love your teachings ..please bring one huge project on MERN stack😀
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
Dope video. Did anyone launched the project? I'm curious where I can get public privacy url for Facebook and Data deletion terms.
I am cruising nicely with my Boy Sonny BIG UP DUDE
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
Pls make a mern stack course as per industry standard ,most in youtube are just simple applications
Why we need to use Next-Auth for auth system .Can we do auth without Next-Auth libaries?What is the key of using Next-Auth.
I feel like writing react app without knowing javascript
Awesome !!
I’m curious on how you know all of these? I wanna know how to study like you
Waiting for the Next JS Version of the same. 😁
Holy crappers! Is there a less difficult way to make this "create story" thing work - as a widget/plugin for newbies like myself? lol
what was the point of using nextjs? You did not use any of the Data Fetching methods of nextjs like getServerSideProps or getStaticProps or initialProps... Did you prefer nextjs only for the ease of authentication and routing?
Yes he does.
Hello - you are amazing! Are you based in London?
You were using vscodium instead of vscode?
Love u from Vietnam