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!
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
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 👍
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!
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
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 !
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
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 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.
Hi Sonny; Thank you for great Tutorial but your yarn add next -auth command giving error and not compatible with Node- 17.0.1 version (1:06:45) The error says "The engine "node" is incompatible with this module. Expected version "^12.19.0 || ^14.15.0 || ^16.13.0". Got "17.0.1"! Any suggestions to avoid this problem !
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! nice turorial , im in 1:14:21 and when imported Provider, I have an error Module not found .client, what can be? I install and reinstalll the package fine.
@@INTQEASDSDET got same problem and noticed that they'v changed Provider to SessionProvider in the new and latest version 4. It worked buh i'm getting difficulty redirecting to my localhost, it's redirecting to the login page
Anyone knows what's the solution for ---> "[next-auth][warn][NO_SECRET]" when clicking on the sign-in with facebook button this one above showing up on the console.. btw Sonny u are a legend gold videos!
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 have any courses for nextauth.js?? you only have social login functionality in youtube videos(and it does not stores user data on firebase). Id like to implement login function with Firebase(Email & password login).
📬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!
Love your videos. Just bought the github repo access. Thanks Sonny. Love that you're representing the UK too!
Hell yeah dude!!
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!
this looks super fun, for sure trying this build next playthrough
I have to do this one. Glad you are using tailwind CSS
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?
Awesome. More builds with Next.js, Tailwind CSS please.
Agreed
Thank you my guru for this wonderful hardwork
Sonny is a Legend!!!
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 guy is a legend
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 .
Holy Cow! Amazing build :), but guys don't just code along, add some features from your side!
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 👍
I love you dude ❤ , i can say easily your content for web is number one on RUclips, keep going brother
I Love Your Energy Papa react....#papa fam
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 is exactly what I was looking for
I really love the thumbnail
Nice video!! I really like that you use the functional approach with hooks.
What about organize component in a more "Clean Architecture" way?
Man, this is awesome content. I really appreciate, you are making my life better. Thank you.
the NextAuth feature is insane !!!
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
You are a great man
Amazing debugging. I too got irritated when the bug was not getting identified. Great Experience being here.
You guy just amusing❤️❤️❤️ Love u a lot man❤️❤️
thank you so much for your video, it's very helpfully
you are awesome dude impressive omg
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.
But you can apply as a frontend devloper.
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 .
You are legend. I am gonna try it by following your videos 👍
Incredible tutorial! Perfect pace and explained so well. I’ve watched tons of react videos and this is top notch
Great, dude. You are awesome
Thanks for all the knowledge you spread
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
Love both your content and your monetization strategy, novel and effective, you have my sincere admiration
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!
Thumbnail is very hilarious 🤣
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
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 so so so so so much Pro....... love you so much
This way of teaching is awesome! I liked it! Learned a lot!
PAPA never disappoints
Awesome bro clean and elegant ♥️♥️
Too good bro! keep goin.. just curious why you left clever programmer?
damn, i see how much of a toll this puts on you man!
This is dope man 🔥
Amazing trick... I like this chanel
What a wonderful content. Thnku PAPA REACT.
Awesome content, as usual!
Outstanding work Papa react
Let's go sonny thanks for awesome stuff 😁
Nice one 👍👍
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❤🚀🚀
YESSSSSSSSSSSS, another daily.dev user \o/
I feel like crying for missing this build #papafam.
We're waiting signal 2.0 with 1-1 messaging!!
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 ?
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 !
hello i'm from indonesia,, you're amazing bro
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
bro the effort you put is absolutely amazing keep rocking sonny !! #papa fam
Nice video good video
Love Bro .
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 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
Please please bring MERN stack project.. Big fan from INDIA i love your teachings ..please bring one huge project on MERN stack😀
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.
Awesome !!
Love u from Vietnam
Hi Sonny;
Thank you for great Tutorial but your yarn add next -auth command giving error and not compatible with Node- 17.0.1 version (1:06:45) The error says "The engine "node" is incompatible with this module. Expected version "^12.19.0 || ^14.15.0 || ^16.13.0". Got "17.0.1"! Any suggestions to avoid this problem !
Hi Sonny! Could you do a video talking about best practices for storing data in the real-time database?
Hello - you are amazing! Are you based in London?
this guy build everthing with react js ifeel like the next video will be building react js with react js xD
Hey Sonny !!
What's the song in the intro?
Btw, love this tutorial
same question
Dope video. Did anyone launched the project? I'm curious where I can get public privacy url for Facebook and Data deletion terms.
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?
Waiting for the Next JS Version of the same. 😁
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!
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. 😊
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
Pls make a mern stack course as per industry standard ,most in youtube are just simple applications
Hi! nice turorial , im in 1:14:21 and when imported Provider, I have an error Module not found .client, what can be? I install and reinstalll the package fine.
Same problem bro... How did you solve it??... I haven't found the solution from two days
@@INTQEASDSDET got same problem and noticed that they'v changed Provider to SessionProvider
in the new and latest version 4. It worked buh i'm getting difficulty redirecting to my localhost, it's redirecting to the login page
Use react in place of client
@@INTQEASDSDET the documentation has changed so u cant use Provider now I think is sessionProvider, but check out the documentation
Hi How did you solve the log in problem?
Anyone knows what's the solution for ---> "[next-auth][warn][NO_SECRET]"
when clicking on the sign-in with facebook button this one above showing up on the console..
btw Sonny u are a legend gold videos!
i am getting the same issue. Were you able to figure it out?
@@abhibhattarai1748 no bro but Ill try to rebuild it again next week
@@memberbritishempiredid you got that?
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
Im broke right now so gonna do some uber eats delivery so I can pay for your membership course.
Holy crappers! Is there a less difficult way to make this "create story" thing work - as a widget/plugin for newbies like myself? lol
I also want to see a live performance on TypeScript!
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.
please make a video on uploading multiple image and render according to user in react js with firebase
do you have any courses for nextauth.js?? you only have social login functionality in youtube videos(and it does not stores user data on firebase). Id like to implement login function with Firebase(Email & password login).