The most clear, simple, practical on next js and tailwind ever. Brother Sonny could you please make tutorial on payment with googlepay or samsungpay etc..thanm you so much
Hi sonny! thank you so much for those builds, I have discouvered the beauty and power of React js through your clones and since then I have been coding with react js. I hope that you make one build using react and typescript.
One day will come when there will be no app remaining that he can clone. As he have been already cloned every app in world. As he had build google gmail signal netflix amazon and lot more This is the best channel to learn JS and it libraries like react next etc. Thank you brother for your support and guidance
my first time here. pace was good and this was a good experience getting to know nextjs and tailwind css. like this format of quickly getting a know how of how things work.
Your tutorials are always on point. Very good material thank you. I missed one thing in this thoug: the suggestions while you typing your search word/phrase. But thank you anyway. Learning a lot from you.
Thanks so muchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
If you're watching this now and got the following error: Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities Apparently it comes from the "I'm feeling lucky" button, and all you need to do to fix it is swap the ' for a '
Good lookin bro thank you👌🏻 I know I’m late to the party but any way you can offer some insight as to why I’m getting less than 10 results per search? If I search something like “Hello” or “Hello World” I get millions of results back but anything else I search for results in some pretty lacking data. Tried rewatching and I’m still lost. Any idea where my error could be?
Hi Sonny, great tutorial, Tailwind is just amazing stuff. I'm having some problems deploying: Failed to compile. 10:22:37 ModuleNotFoundError: Module not found: Error: Can't resolve 'next/Image' in '/vercel/workpath0/components' 10:22:37 > Build error occurred 10:22:37 Error: > Build failed because of webpack errors 10:22:37 at /vercel/workpath0/node_modules/next/dist/build/index.js:17:924 10:22:37 at runMicrotasks () 10:22:37 at processTicksAndRejections (internal/process/task_queues.js:93:5) 10:22:37 at async Span.traceAsyncFn (/vercel/workpath0/node_modules/next/dist/telemetry/trace/trace.js:5:584) Do you know what this could be related to? Thank you! Can't wait for the next tutorial!
Great video...Question for you: So using the ${selected && ..} => (using this highlights 'All' but even when you chose another of the option the 'All' still shows a highlighted line as well under it vs.. the ${selected & } => only shows the highlighted line under the selected option... Was this an oversight?
I have made it through this vid, everything is working fine but I am not getting results Like Sonny's clone, like it gives me max 12-14 search results. Can anybody please explain that? Also a huge thanks to Sonny for dropping this video for absolutely free!😇 Edit: you just need to turn on the full web search in cse settings while getting your context API :)
Thanks! In my opinion, tailwind is my go to choice now always due to the design system that is put in place when using it, in addition it’s leaps better in regards to responsive design aswell!
Hi @Sonny Sangha and everyone, I have a problem to share. I have just graduated a month ago and I am struggling to find my first job during this covid period. I am actively applying for Data Analyst role but often got rejected. Would it be a bad thing if I take up another job that is not relavent to data anaylst at all , and the contract is 1 year. Will this be a waste of time for my career path? Any suggestions will be much appreciated. Thanks!
Personally I think you shouldn’t take a different job, you’ll regret this long term. If you can’t get a job, invest in the means to develop the skills SO you can get a job. Join us at www.papareact.com I’ll help you get a job dude!
Could you give me some advice? SOME of tailwind class doesn't work in my project. I just follow your code. For example, h-3 doesn't work but h-4 works. justify-center work but justify-evenly doesn't work. How can I solve it?
Hey sonny, i am getting an error 403 with api key. i checked in the network tab and it says incorrect api key. i spent a day trying to resolve the issue but i could not?
Easy dude , go to next.config.js add this : module.exports = { env: { API_KEY: 'your API KEY ', CONTEXT_KEY: 'your CONTEXT KEY ' }, } and when you wanna use it go to your search.js const API_KEY = process.env.API_KEY const CONTEXT_KEY = process.env.CONTEXT_KEY
@@MaybeBL1TZ Tysm! I thought it was just a paid brand deal thing so would always click off before the deployment stage. I really appreciate the response!
@@MaybeBL1TZ I keep getting this error when trying to deploy: ModuleNotFoundError: Module not found: Error: Can't resolve 'next/Router' in '/vercel/path0/google-clone/pages'
can anybody explain how did the pagination work? my best guess is clicking the previous and next button causes a rerender and then the fetched results are different
Is there a reason not to just use 'yarn create next-app' rather than using npm and then deleting the lock file? Not trying to be smart, maybe the yarn support is new?
📬Do you want DAILY coding problems sent DIRECTLY to your Inbox? (with solutions the next day) 👉 links.papareact.com/university
Yes keep using Tailwindcss and Next.JS my favorite language of choice!! you are the greatest !!
The most clear, simple, practical on next js and tailwind ever. Brother Sonny could you please make tutorial on payment with googlepay or samsungpay etc..thanm you so much
Yo Mailman these builds have a lot more content when you're not constantly being interrupted. Glad you have your own channel!
💯😉
if anyone wants to know how to send env variables to hide your keys :
go to next.config.js :
module.exports = {
env: {
API_KEY: 'your API KEY ',
CONTEXT_KEY: 'your CONTEXT KEY '
},
}
search.js
:
const API_KEY = process.env.API_KEY
const CONTEXT_KEY = process.env.CONTEXT_KEY
thx :)
Sonny is definitely saving lives with these builds, no joke
really, i built it using react js
This guy literally helped me get through React Js during this COVID-19
Just completed this build. It was super awesome... All credit goes to our mentor Sonny!!. Take a bow ... #PAPAFAM is blazing !!! 👌👌❤😍
Keep the Next.js and TailwindCSS coming!!!!
This is so good! So much knowdlege shared freely. We are truly blessed in this times.
Hi sonny! thank you so much for those builds, I have discouvered the beauty and power of React js through your clones and since then I have been coding with react js. I hope that you make one build using react and typescript.
One day will come when there will be no app remaining that he can clone. As he have been already cloned every app in world.
As he had build google gmail signal netflix amazon and lot more
This is the best channel to learn JS and it libraries like react next etc.
Thank you brother for your support and guidance
my first time here. pace was good and this was a good experience getting to know nextjs and tailwind css. like this format of quickly getting a know how of how things work.
waiting for some react native stuff.
Sonny your content is always awesome !! We need heroes like you
Really nice, clean and awesome developement! 🔥🔥🔥 Happy that TH-cam recently gave me you in the recommendations ❤️
Watch my REACT BASICS 101 class for FREE with 1 month FREE SkillShare access here (First 1000 people) skl.sh/2Srfwuf
Qué bien! Al fin, subtitulos activados. Saludos desde Ecuador.
Tailwind CSS is just amazing!
Another crazy project knocked out of the park!
Seriously you are amazing. The way you explain complex things.. simply wow...Explain us ML/DL algorithms. 😍
keep up the work sonny , Quality content gets repaid nicely ..your time is coming....patience...you are blessed
Your tutorials are always on point. Very good material thank you. I missed one thing in this thoug: the suggestions while you typing your search word/phrase. But thank you anyway. Learning a lot from you.
You make programming fun man
Another awesome content from Sonny! This guy is real Legend!
Thanks so muchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Tuning in from Nigeria
has the best coding cont ever
Sheeeesh. Multiple times in the build i started googling on the project instead of on the real google 🤣 Thats how good this build is
Haha passed the test!
Hi Sonny, This is so cool. You make this easy to understand. Thanks, man. Keep it going!! 🚀
Just found the channel, great content man. Love your relaxed guidance, keep up with it and you will grow.
Tailwind is really fun thanks a lot sunny bro.
If you're watching this now and got the following error:
Error: `'` can be escaped with `'`, `‘`, `'`, `’`. react/no-unescaped-entities
Apparently it comes from the "I'm feeling lucky" button, and all you need to do to fix it is swap the ' for a '
I love your videos & tutorials man!
Learned A lot Bro from You
Perfect....thx for your passion and inspiration
His voice is ❤️❤️
best channel learn to react
Great content man!
top notch content as always🔥🔥🔥
Really nice man as always!
Amazing!! Thanks!!
Amazing teacher ❤
*Ohhhhhhhhhoooo*
We got a legend here
Always love your content... thanks for ...... :)
LOVE all your videos!!! Keep it up 🔥 #PAPAfam
Man, you are the best!!!
Nice job , i am in love with your work, can you do an imdb clone?
Sonny You are great !!!!
This is dope, I love your videos there are so amazing
Can you build a blog with react or next.js
Can u make beginner javascript tutorials along with these big builds? That would be amazing
First go learn javascript, react, next and then come back here. ;)
Awesome build ✌❤
youtube sent me here. i have no idea why as i understand 0 coding
Which software you use for adding whiteboard effects to show the components ?
Good lookin bro thank you👌🏻 I know I’m late to the party but any way you can offer some insight as to why I’m getting less than 10 results per search? If I search something like “Hello” or “Hello World” I get millions of results back but anything else I search for results in some pretty lacking data. Tried rewatching and I’m still lost. Any idea where my error could be?
Hi Sonny, great tutorial, Tailwind is just amazing stuff. I'm having some problems deploying:
Failed to compile.
10:22:37 ModuleNotFoundError: Module not found: Error: Can't resolve 'next/Image' in '/vercel/workpath0/components'
10:22:37 > Build error occurred
10:22:37 Error: > Build failed because of webpack errors
10:22:37 at /vercel/workpath0/node_modules/next/dist/build/index.js:17:924
10:22:37 at runMicrotasks ()
10:22:37 at processTicksAndRejections (internal/process/task_queues.js:93:5)
10:22:37 at async Span.traceAsyncFn (/vercel/workpath0/node_modules/next/dist/telemetry/trace/trace.js:5:584)
Do you know what this could be related to?
Thank you!
Can't wait for the next tutorial!
Great video...Question for you: So using the ${selected && ..} => (using this highlights 'All' but even when you chose another of the option the 'All' still shows a highlighted line as well under it vs.. the ${selected & } => only shows the highlighted line under the selected option... Was this an oversight?
Tailwind CSS is Insane
thanks this is really great
@Sonny Sangha I am facing an issue when I type 'yarn' it is not working I am doing it in the vs-code terminal please help them.
I have made it through this vid, everything is working fine but I am not getting results Like Sonny's clone, like it gives me max 12-14 search results. Can anybody please explain that? Also a huge thanks to Sonny for dropping this video for absolutely free!😇
Edit: you just need to turn on the full web search in cse settings while getting your context API :)
You saved me alot of trouble searching for a solution. I was wondering why it was showing some weird results. Thanks
Thank you so much!
you are so awesome bro!
ypu are the best papa react
Hey Sonny awesome video, I have a question. Can we deploy the app on netlify instead of vercel.
Hey, thanks for the great content as always, i was wondering, in which scenario would you prefer Tailwind over styled component ?
Thanks! In my opinion, tailwind is my go to choice now always due to the design system that is put in place when using it, in addition it’s leaps better in regards to responsive design aswell!
@@SonnySangha i see, even don't you think it can go messy in className attribute sometimes with all thoses OOCSS from tailwind on it ?
2 things: refactor into react components to avoid this and also bundle reused CSS into global styles using @apply in tailwind!
awesome, the best ever
Man this is something
Can you open other websites using this Google????
Yea!
Bhaiyya aap tho kamaal kardhi
Hi @Sonny Sangha and everyone, I have a problem to share. I have just graduated a month ago and I am struggling to find my first job during this covid period. I am actively applying for Data Analyst role but often got rejected. Would it be a bad thing if I take up another job that is not relavent to data anaylst at all , and the contract is 1 year. Will this be a waste of time for my career path? Any suggestions will be much appreciated. Thanks!
Personally I think you shouldn’t take a different job, you’ll regret this long term. If you can’t get a job, invest in the means to develop the skills SO you can get a job. Join us at www.papareact.com I’ll help you get a job dude!
Hi Guru! At 34:23 you are writing custom css like hover:underline cursor:pointer. why not in div tag directly. it works right?.
Amazing content
Do we need to use context to have the search input value persist from the home page to the search page?
Onde fica o balcão? quero fazer uma reclamação , porque o youtube não entregou esse vídeo a mais gente? que top cara!
Best moment: "Someone said Bootstrap or tailwind" , Sonny barely hesitates and says ""Tailwind all the way, those guys want sponsors, Im down"
Hell yeah… 💯
Is your course on papareact full stack web dev or just react js?
hi papa react, I enjoyed your tutorial but I'm getting some errors with vercel. Any help?
Could you give me some advice?
SOME of tailwind class doesn't work in my project. I just follow your code. For example, h-3 doesn't work but h-4 works. justify-center work but justify-evenly doesn't work. How can I solve it?
How can we bold the searchInput text in the result.snippet?
Nice video!
How to do it in windows (npx create app fixed ) your github says no public projects
Hey sonny, i am getting an error 403 with api key. i checked in the network tab and it says incorrect api key. i spent a day trying to resolve the issue but i could not?
Can you make a python tuitorial?
Sonny you are good
Bro, please make next video on how to use API in React-js by using Axios.
For some reason h-5 does not work for me but h-8 does. Any reason why certain height utilities do not work as they do in your tutorial?
SOOOO NICEE
You are my favorite
Sonny can you please make a short video showing us how to secure API keys with .ENV files?!!!!!
Easy dude , go to next.config.js add this :
module.exports = {
env: {
API_KEY: 'your API KEY ',
CONTEXT_KEY: 'your CONTEXT KEY '
},
}
and when you wanna use it go to your search.js
const API_KEY = process.env.API_KEY
const CONTEXT_KEY = process.env.CONTEXT_KEY
@@MaybeBL1TZ TYSM!
Also do you know a FREE way to deploy Next JS Apps?😂
I tried using FireBase build couldn’t get it to work.
@@vikramnayyar2752 no need , vercel is free to use you can use it but just you can't have a custom domain name
@@MaybeBL1TZ Tysm! I thought it was just a paid brand deal thing so would always click off before the deployment stage.
I really appreciate the response!
@@MaybeBL1TZ I keep getting this error when trying to deploy: ModuleNotFoundError: Module not found: Error: Can't resolve 'next/Router' in '/vercel/path0/google-clone/pages'
could you build google with a self database
which extension u used to write three time paragraph by p*3
Emmet it’s built in!
can anybody explain how did the pagination work? my best guess is clicking the previous and next button causes a rerender and then the fetched results are different
I dont know why but i keep getting the message in the console saying that " THE API_KEY IS NOT VALID" when i try to fetch the search results
Has anyone gotten any errors with deployment? 17:31:31 Error: Command "yarn run build" exited with 1
Ya man I got it, can you tell how did you fix it?
Can you make google calender clone
Nextjs op bro ❤️❤️❤️❤️❤️🎉🎉🔥🔥🔥 rock react app best combination big app🔥🔥🔥🔥
Is there a reason not to just use 'yarn create next-app' rather than using npm and then deleting the lock file? Not trying to be smart, maybe the yarn support is new?
Great suggestion, will give this a try!
thx
Hey sunny you are doing awsome work buddy and I watching you for a while can you please build a Uber clone or Remitly clone
Thanks
How do I get the source code
sorry for that PAPA REACT 2:55:13