Antonio you are by far the best coding channel on UA-cam. Your projects are extremely in-depth and presented in such a clean and calm easy-to-follow pace. It's always a pleasure to do them with you. I'll definitely dive into this build very soon! Have a great day.
How does one update the supabase connection string. I just received a warning of PgBouncer being deprecated and not being able to access the db from January. I have done the code along and deployed the app but the risk of losing everything you have done is sad. Can anyone help?
Some of you have requested a Patreon, so I made one: www.patreon.com/CodeWithAntonio Hi everyone! in this tutorial we wil be building a Full Stack Spotify clone with Stripe Integration and Song + Image upload! If you get stuck always remember that you can join my free discord community in the description as well as access the original source code! ❤
The quality of your content, your method, your choices, your explanation, and your pace are incredible. I can not say thanks enough, Antonio. Thank you so much.
These videos are incredible, I'm a SWE with 4 YoE and these step by step guides are so wonderfully made. Working with these tech stacks are a blast, thank you! Looking forward to the next set of videos! Subscribed!
I never comment on anyone's tutorial, but you just made me do it by creating such a good project, with such a good tech stack. I really appreciate your hard work behind this brother. I hope to see more great projects like this in the near future. Bring more supabase+postgres tutorials.
Thank you once again for your amazing tutorial, Antonio! I must say that your teaching gets better with every tutorial that you put out! You're also so efficient to the extent that it's mind-boggling how much quality content you're able to pack into a 6-hour video. Thank you always for being so encouraging and positive in your videos. Bless you, sir!
Thanks a lot, Antonio !) You are doing a great job! Actually I am about to finish an Airbnb Clone from your tutorial. The project is amazing! There is so many functionaly, that I always wanted to implement. I don't get some concepts, but it's a matter of practise. I really appreciate your efforts and I hope to come on the next level with your support projects! Keep it up, bro! You are the best 👊 Greetings from Kazakhstan! 🇰🇿
ily bro i actually needed this. other great youtubers had tutorials that were a little outdated plus i didn't like learning from them either. grateful that you made this vid.
Ok, i finished this project and everything worked perfect. I had a few problems with Stripe at start but it worked in the end. This was an excellent tutorial just like the messenger tutorial was excellent. Thankyou do much for teaching. Your channel is the best on the internet, not just because of the interactive content but the way you explain everything. Thank you again. Cant wait for the next project. 👌👌
@@ayushmishra3283 I connected with stripe right at the beginning while I was following Antonio and everything worked. After I created the last modal, i think it was the subscribe modal, i could get the 200 when i ran the webhook in the terminal but got 400 error when i tried to add a customer in stripe. Obviously it was not reaching back to my webhook. I deleted my account with stripe and made a new one, changed all the ENV files and everything worked.
@@ayushmishra3283 hey have u completed this project ,,,did any error occurred or prblm while finalising this ,,should i start doing this project i dont want to waste my time cuz placements are near
How does one update the supabase connection string. I just received a warning of PgBouncer being deprecated and not being able to access the db from January. I have done the code along and deployed the app but the risk of losing everything you have done is sad. Can anyone help?
You know the man was born for this when a begginer programmer like me can follow along and understand the reasoning behind every action. You gotta be grateful for special people like Antonio who one day woke up in the morning and said"You know what? I'm going to dedicate hours of my time to build a spotify clone and then I'm going to put out great content out there for anyone in the web to see by creating a step by step tutorial on how to it for anyone wanting to learn a thing or two...for free!" I often like say there is wealth in numbers but true wealth is the passing of knowledge from self to others as the greatest monuments in life were built by shared knowledge. Now take your crown and sleep like a baby knowing you have built your very own monument here, Antonio.
Finally a tutorial of yours i can follow....i am focusing on frontend and i am more comfortable using a Baas rather than prisma and mongo db as I don't have much experience
Thank you Sir Antonio. May God Bless you with lots of success. After completing netflix, twitter, messenger, airbnb, i finally completed spotify and looking forward to next project.
thanks for this bro. i cannot wait to start bulding these full stack applications, right now I was struggling a bit with react, so i went back to javascript to make sure i completely understood all of the fundamentals, starting to get a hang of it again so I will be back to learn some NextJs so I can start building some cool portfolio projects.
I don't know exactly when to begins with. But everytime I watch your video it's always a pleasure but this time you let me speechless. There are a lot of contents on UA-cam about web development, but yours remain my favorites. Thanks for the time you take to create such awesome videos. 👏 Lemme buy a big coffee if you have a link . 😄
Great tutorial. I've tried several tutorial projects on youtube but this was the only one gave a working result. Thank you very much for your most enlightening tutorial.
been learning web application development and this is far the best 8hrs. tutorial I watch. By the way hope you can share the VScode theme you use cause it's very helpful with typescript error and does not hurt my eyes while watching. Keep it up Antonio, Great Job.
great tutorial ... i do like that you added the subscription model, however I would have preferred to have seen it as a skipable add on to a non cost (to users) based auth solution, that way users can create a free account rather than being put into the stripe funnel just to create an account. I believe that would open this design and functionality to a wider audience of site users.
Hi Antonio, I completed your previous airbnb clone and i really enjoyed it, I definitely learned a lot and i took my time to research concepts i was not familiar with. I am very excited to start this project as well. My plan is to learn so that i can develop the code for an idea i have and launch a prototype using the latest technologies. Could you also do a video that explains your process for designing and architecting code. For example how do you architect your folder structure, how do you plan all of your components ahead of time, how do you design your database, and how do you decide on which are the most important features.
Wow, it looks like the next 13.4 version lecture Thank you very much for making such a good lecture. I will learn a lot. Thank you again. Translated by Google Translate.
Antonio, I'm very grateful for this wonderful guide! The six-hour in-depth study of cutting-edge web building principles was immensely beneficial. Even though I'm still a junior developer with a lot to learn, your advice has put me on the correct track for success. I like your thorough explanations and commitment to imparting your expertise. I'm excited to advance in my web development career because of you!
Hi all, I was following Antonio line for line through the provider auth and supabase section and was pulling my hair out with Next telling me supabase was having problems find files. I checked my package.json against Antonio's and found that I didn't have ALL the supabase dependencies. Perhaps I missed it but I went back and ran through the video and double checked that I had included all the dependencies. I had to delete the .next folder and past in the supabase dependencies out of Antonio's package.json and yarn install again. It fixed it. Just in case anyone else is being driven crazy at this point :)... @Antonio... a great tutorial. I love the pacing of this. It is idea for an experienced React programmer that wants to get up to speed with NextJS without all the redundant introductory stuff. Great job.
Want to get mentored by me? Apply at www.codewithantonio.com/mentorship Some people reported having trouble with "npx supabase login" which happens in the 1:18:01 part of the tutorial, where we generate the types (for me this never happened) The issue is that token is not copied correctly, you can do couple of steps to resolve this: 1. Simply copy the types_db.ts file from my github repo and you can go to the next part :) 2. Copy the token => paste it in a .txt file => confirm it has no extra spaces => if it has copy it again by selecting without spaces 3. Write out the token manually.
I wanted to thank you and say that your tutorial is very good, but I also have to say that the most important thing I’ve expected to see in a tutorial called “spotify clone” was the Audio playing through the speakers. This was the part I was more interested so it was a little bit frustrating! But it was a very good job!
Hi, the audio is not played in the video due to copyright, it should be 100% playable and you can listen to the music and change the volume. If it is not playable on my demo it could be because im using the free supabase tier so it takes some time to “unfreeze” after a ping. If you are having problems with playing audio feel free to share it in the Discord where many people have finished the app with audio playing
Awesome video! Thanks for sharing all these valuable informations with the community. I love to see your channel grow that fast - it's more than earned! Keep it up! 😉🔥
@Antonio! Thanks for your dedicated tutorial, Massive Respect brother. Shout out for those of who managed till the end and deploy their application. I'm so excited mine is working perfectly✌
Hey Antonio, I have found your videos and I'm addict to them. I've been learning more than a lot of paid courses that I did. Congrats and thank you for the knowledge sharing
I suggest giving the library "zod" a try with react-hook-form. You will get intellisense on the values from react-hook-form... plus you get a pretty robust validation workflow to validate the input that users enter into a form.
Antonio you are by far the best coding channel on UA-cam. Your projects are extremely in-depth and presented in such a clean and calm easy-to-follow pace. It's always a pleasure to do them with you. I'll definitely dive into this build very soon! Have a great day.
Thank you very much for the nice words and for following my channel :)
Seriously. This shxt is insane. 👍
is deploying the site free?
oui
How does one update the supabase connection string. I just received a warning of PgBouncer being deprecated and not being able to access the db from January. I have done the code along and deployed the app but the risk of losing everything you have done is sad. Can anyone help?
Some of you have requested a Patreon, so I made one: www.patreon.com/CodeWithAntonio
Hi everyone! in this tutorial we wil be building a Full Stack Spotify clone with Stripe Integration and Song + Image upload! If you get stuck always remember that you can join my free discord community in the description as well as access the original source code! ❤
full stack development
full stack development Roadmap 2023
full stack development Roadmap 2023
full stack development Roadmap 2023 ?
Programming language ?? 2023
Clean! Glad u implemented stripe going to start this tutorial now. & once again thank you for teaching us this for free 💯
Happy you like it! Thank you!
You went in with this one, Antonio. I greatly appreciate it
Happy you like it! :)
The quality of your content, your method, your choices, your explanation, and your pace are incredible. I can not say thanks enough, Antonio. Thank you so much.
Im so happy to hear that, thank you for following my channel!
These videos are incredible, I'm a SWE with 4 YoE and these step by step guides are so wonderfully made. Working with these tech stacks are a blast, thank you! Looking forward to the next set of videos! Subscribed!
Glad you like them!
I never comment on anyone's tutorial, but you just made me do it by creating such a good project, with such a good tech stack. I really appreciate your hard work behind this brother.
I hope to see more great projects like this in the near future.
Bring more supabase+postgres tutorials.
Im really thankful for your feedback and very happy you like the video! Thank you!
Same here!
Honestly you put in so much work into these videos, I just want to thank you cuz I know what it takes to get these videos out
Thank you, it means a lot to me :)
Let's GO!!!!!!! I been waiting for this mainly for the Strip Subs let's do this!
Happy you like it!
Thank you once again for your amazing tutorial, Antonio! I must say that your teaching gets better with every tutorial that you put out! You're also so efficient to the extent that it's mind-boggling how much quality content you're able to pack into a 6-hour video. Thank you always for being so encouraging and positive in your videos. Bless you, sir!
Thank you very much, glad you like it!
Thanks a lot, Antonio !) You are doing a great job!
Actually I am about to finish an Airbnb Clone from your tutorial. The project is amazing! There is so many functionaly, that I always wanted to implement. I don't get some concepts, but it's a matter of practise. I really appreciate your efforts and I hope to come on the next level with your support projects! Keep it up, bro! You are the best 👊
Greetings from Kazakhstan! 🇰🇿
Thank you for watching my videos, glad you like them!
The level of complexity of this project is extremely high for me. Seeing you do it just reminds me how much I don't know anything.
This channel rocks, love each and every video, keep up the good work man❤
Thank you a lot for the nice comment!
ily bro i actually needed this. other great youtubers had tutorials that were a little outdated plus i didn't like learning from them either. grateful that you made this vid.
Happy you like it!
I love postgreSQL thanks Antonio for this masterpiece 🙏🏼
Glad you like it!
Ok, i finished this project and everything worked perfect. I had a few problems with Stripe at start but it worked in the end. This was an excellent tutorial just like the messenger tutorial was excellent. Thankyou do much for teaching. Your channel is the best on the internet, not just because of the interactive content but the way you explain everything. Thank you again. Cant wait for the next project. 👌👌
What problems you had with Stripe can you pls share I am just beginning stripe part so i will take care not to repeat it
Thank you very much, great job finishing the project!
@@ayushmishra3283 I connected with stripe right at the beginning while I was following Antonio and everything worked. After I created the last modal, i think it was the subscribe modal, i could get the 200 when i ran the webhook in the terminal but got 400 error when i tried to add a customer in stripe. Obviously it was not reaching back to my webhook. I deleted my account with stripe and made a new one, changed all the ENV files and everything worked.
didn't you have any problem when fetching the songs by id in the useGetSongById hook? Cause is giving me a null useSessionContext object
@@ayushmishra3283 hey have u completed this project ,,,did any error occurred or prblm while finalising this ,,should i start doing this project i dont want to waste my time cuz placements are near
19:17 For those not getting long sidebar with h-full, solution is - in the outermost div of sidebar tsx use h-screen instead of h-full
You may need to see if have you added, on global CSS while setting up :root
How does one update the supabase connection string. I just received a warning of PgBouncer being deprecated and not being able to access the db from January. I have done the code along and deployed the app but the risk of losing everything you have done is sad. Can anyone help?
Youre in another level, what a beast tutorials!! Thanks for sharing Antonio!
Happy you like it! Thank you for the comment!
You know the man was born for this when a begginer programmer like me can follow along and understand the reasoning behind every action. You gotta be grateful for special people like Antonio who one day woke up in the morning and said"You know what? I'm going to dedicate hours of my time to build a spotify clone and then I'm going to put out great content out there for anyone in the web to see by creating a step by step tutorial on how to it for anyone wanting to learn a thing or two...for free!"
I often like say there is wealth in numbers but true wealth is the passing of knowledge from self to others as the greatest monuments in life were built by shared knowledge.
Now take your crown and sleep like a baby knowing you have built your very own monument here, Antonio.
You keep dropping banger after banger … keep it up, we appreciate you!!
Happy you like it, thank you!
Finally a tutorial of yours i can follow....i am focusing on frontend and i am more comfortable using a Baas rather than prisma and mongo db as I don't have much experience
Happy this will help you!!
Thank you Sir Antonio. May God Bless you with lots of success. After completing netflix, twitter, messenger, airbnb, i finally completed spotify and looking forward to next project.
Amazing dedication!
Antonio doesn't disappoint ever. Kudos to you man. ❤
I'd be starting to work on this project soon. It has got all the goodies.
Happy you like it!!
just an hour in this video, i think is one of the best tutorials i've ever watched ! thank you so much !!!
Glad it helped!
Man this channel is badass! Bro only drops complete full-stack builds!
Happy you like them!!
You did it! One more time, buddy, you are the best. I am doing the Airbnb tutorial and there are so many interesting things covered over there. 👍👍👍👍👍👍
Happy you like it, thanks for following my videos!
Thank you learned a lot, hope to see your channel getting more recognition and getting high value turorials, keep it coming!
Happy to hear that!
Netflix, Twitter, Airbnb, Messenger and now Spotify 😱 What next antonio Amazon? Probably most amazing job. Well done, Great great job.
Thank you! Pretty sure Amazon will come at some point :)
Another masterpiece Antonio!
Thank you!
thanks for this bro. i cannot wait to start bulding these full stack applications, right now I was struggling a bit with react, so i went back to javascript to make sure i completely understood all of the fundamentals, starting to get a hang of it again so I will be back to learn some NextJs so I can start building some cool portfolio projects.
Im sure you will make it, take as much time as you need to understand whats going on, practice makes perfect!
I don't know exactly when to begins with. But everytime I watch your video it's always a pleasure but this time you let me speechless. There are a lot of contents on UA-cam about web development, but yours remain my favorites. Thanks for the time you take to create such awesome videos. 👏 Lemme buy a big coffee if you have a link . 😄
Thank you a lot for the kind words, it means the world to me!
You have the BEST Next js tutorials on UA-cam. Period.
Thank you!
Great tutorial. I've tried several tutorial projects on youtube but this was the only one gave a working result. Thank you very much for your most enlightening tutorial.
Can u help me with the custom hooks part?
been learning web application development and this is far the best 8hrs. tutorial I watch. By the way hope you can share the VScode theme you use cause it's very helpful with typescript error and does not hurt my eyes while watching. Keep it up Antonio, Great Job.
great tutorial ... i do like that you added the subscription model, however I would have preferred to have seen it as a skipable add on to a non cost (to users) based auth solution, that way users can create a free account rather than being put into the stripe funnel just to create an account. I believe that would open this design and functionality to a wider audience of site users.
Excellent tutorial! The most comprehensive guide for the stack I'm Using that I've found. You got yourself a sub for life!
we need a video with your vs code keyboard shortcuts. Excellent job on your videos.
Antonio.
Your teaching didactics are fantastic!!! I have done all your projects and it really is the best content on youtube.
Happy to hear that, thank you!
Amazing course Antonio ! Congratulations :)
Thank you!
bro you are unstoppable ...love you man..❤
Thank you!!
4:14 I was thinking the same and u answered by query😅 wizard!!!
Antonio you r really awesome. I did not start this project yet but i believe u never disappointed us. ❤❤❤from bangladesh
Thank you a lot!
Bro bro bro you're the goat! I'm doing airbnb, but I can't wait to do Spotify. I think Imma make my portfolio page look like it haha
Happy to hear that, im sure it will turn out amazing!
This is huge ! Another meaningful project, Love it ! Thanks a lot Antonio 💪💪💪
Happy you like it! Thanks for following my channel!
thanks for this awesome video. started learning React 10 days ago and this tutorial improved my little amount of knowledge by a lotttttt. thanks!
Happy my video was of help!
WHAT THE HELL, THIS IS ABSOLUTELY AMAZING THANK YOU SO MUCH
Glad you like it!
After Messenger, here's another fantastic tutorial! Thank you Antonio!
Glad you liked it!
Done with Spotify functionality. Payment option will start in coming weekend. It was worth learning from this project.
Happy to hear that! Thank you for following!
@@codewithantonio I was affraid of typescript but now i am getting a good hand on typescript and i am liking it
You didn't have any problem when fetching the songs by id in the useGetSongById hook? Cause is giving me a null useSessionContext object
Very excited to get started on this one!
Happy to hear that!
A big hug from Brazil to the best programming channel on youtube 🇧🇷
Thank you!
The more I watch your newly uploaded videos, the more my admiration for you grows. Your content is beyond amazing.
Very happy to hear that, thank you a lot! :)
I cannot wait to do this. Going to start and follow through it tomorrow.
Happy to hear that, good luck!
You have the BEST Next js tutorials on UA-cam.
You are doing something amazing bro. I can't appreciate you enough. Thank you 😢
Thank you! Im happy you like my videos :)
I love them. I'm currently using things I learnt from your videos in one of my major projects and the experience has been amazing. Thanks once again
Can i like 100 times? OMG such complete content. Thank you
Thank you so much :)
This tutorial was so good I almost binged watched it!
Glad you liked it!!
Wow glad I found this channel. You are unstoppable. Thank you ❤
Happy you like my channel, thank you!
Hi Antonio,
I completed your previous airbnb clone and i really enjoyed it, I definitely learned a lot and i took my time to research concepts i was not familiar with. I am very excited to start this project as well. My plan is to learn so that i can develop the code for an idea i have and launch a prototype using the latest technologies. Could you also do a video that explains your process for designing and architecting code.
For example how do you architect your folder structure, how do you plan all of your components ahead of time, how do you design your database, and how do you decide on which are the most important features.
Thank you for following my videos! I will definitely do something like in depth explanation of my decisions in a standlone video in the future.
Awesome I look forward to it! Please do it soon 😊
Antonio is love, Antonio is life 😍
hahaha Thank you!
I have been looking for you for ages now
Thanks for the Tuto Brother
Happy to hear that!!
Hi Antonio, Your projects are extremely useful, many thanks.
Glad you like them, thanks for watching!
Wow, it looks like the next 13.4 version lecture
Thank you very much for making such a good lecture.
I will learn a lot.
Thank you again.
Translated by Google Translate.
Glad you like it! Thank you
Antonio, I'm very grateful for this wonderful guide! The six-hour in-depth study of cutting-edge web building principles was immensely beneficial. Even though I'm still a junior developer with a lot to learn, your advice has put me on the correct track for success. I like your thorough explanations and commitment to imparting your expertise. I'm excited to advance in my web development career because of you!
Happy to hear that, great job!
Thanks Antonio for this great resource! Can't wait to get started on this one too.
Happy you like it, thank you!
This was an amazing tutorial I learned a lot, thank you for this
Very happy to hear that, thank you for watching!
Man, you are crazy, i love your channel
Happy to hear that, glad you love it :)
more next 14 + supabase content would be highly appreciated! keep it up!
thanks, finished the project and solved all the bugs
Is it working for you now?
@@ritikaghanti254 yep
I don't know what to say... Thank you! This is superb!
Thank you a lot!
Can't wait to have enough experience, to understand all of this troughly and with ease!
Thank you so much, I have followed your examples whole-heartedly.💌💌💌💌
Happy to hear that! Thank you for watching!
antonio is that guy everbody 👏
Thank you!!
Hi all, I was following Antonio line for line through the provider auth and supabase section and was pulling my hair out with Next telling me supabase was having problems find files.
I checked my package.json against Antonio's and found that I didn't have ALL the supabase dependencies. Perhaps I missed it but I went back and ran through the video and double checked that I had included all the dependencies.
I had to delete the .next folder and past in the supabase dependencies out of Antonio's package.json and yarn install again.
It fixed it. Just in case anyone else is being driven crazy at this point :)...
@Antonio... a great tutorial. I love the pacing of this. It is idea for an experienced React programmer that wants to get up to speed with NextJS without all the redundant introductory stuff. Great job.
Happy you resolved your problem and thank you for watching!
Watched the first hour to unknown waters here, i think i will be able to start building this in december, excited to be here
Thanks for all the videos, it's been really helpful for me and a lot of people❤
Happy to hear that!
Want to get mentored by me? Apply at www.codewithantonio.com/mentorship
Some people reported having trouble with "npx supabase login" which happens in the 1:18:01 part of the tutorial, where we generate the types (for me this never happened)
The issue is that token is not copied correctly, you can do couple of steps to resolve this:
1. Simply copy the types_db.ts file from my github repo and you can go to the next part :)
2. Copy the token => paste it in a .txt file => confirm it has no extra spaces => if it has copy it again by selecting without spaces
3. Write out the token manually.
I also faced this issue. I tried again after 3-4 minutes, and it worked fine. I think the server needs some time to fully activate the token.
Whatever I do, I ve got the same error message: Error: Invalid access token format. Must be like `sbp_0102...1920`.Really anoying stuff !
I had the same problem trying to login with the vs code built-in terminal, but using the standard command prompt(CMD on Windows) it worked perfectly.
People on Windows having this issue, try right-clicking instead of CTRL+V. Old-ass terminal rules give me headaches constantly.
I had similar error but i use the command prompt and it work fine
I wanted to thank you and say that your tutorial is very good, but I also have to say that the most important thing I’ve expected to see in a tutorial called “spotify clone” was the Audio playing through the speakers. This was the part I was more interested so it was a little bit frustrating! But it was a very good job!
Hi, the audio is not played in the video due to copyright, it should be 100% playable and you can listen to the music and change the volume. If it is not playable on my demo it could be because im using the free supabase tier so it takes some time to “unfreeze” after a ping. If you are having problems with playing audio feel free to share it in the Discord where many people have finished the app with audio playing
here we go
another masterpiece from Antonio
lets get started 😶🌫
Awesome video! Thanks for sharing all these valuable informations with the community. I love to see your channel grow that fast - it's more than earned! Keep it up! 😉🔥
Happy you like it, thank you a lot! :)
@@codewithantonio You’re more than welcome! 😃
Next time please teach us best Role based routing and route protection ❤🎉 thanks a lot ❤ u r the best
Thank you for the suggestion!
@Antonio! Thanks for your dedicated tutorial, Massive Respect brother. Shout out for those of who managed till the end and deploy their application. I'm so excited mine is working perfectly✌
Happy you like it, thanks for watching!
Thank you so much Antonio, I always learn so much from your videos
Happy to hear that! :)
I'm gonna use this as a reference to my last year project, thx u so much Antonio ❤
The best Next crash course . Thank U bro. Keep growing
Happy you like it!’
Awesome bro keep bringing such project tuts
Thank you, happy you like it!
Nice! I love the way you make your videos, I've learned a lot, thank you so much
Happy you like them!
Freaking unreal Antonio, your awesome, I appreciate your effort into always following the best code practices as well.
Thank you a lot! Happy you like my videos :)
Thanks Antonio for this amazing 6+ hour project.. 😍😊
Thank you too!
i was waiting for your tutorial sir i learned a lot from you thank you sir
Glad you like it!
Great video👌 would recommend you to have a buy-me-a-coffee link in the video description
Happy you like it, thank you!
Awesome work👌👌👌
Thank you a lot!
Great work by you sir ❤
This is awesome! Great work! 🚀
Thank you!
This one is huge! Great work. Would love to see more full-stack videos like this in the future as well 🎉
Thank you! More stuff like this will come :)
Antonio IS THE MANNNNNNNNNNNNNNNNNNNNNNNNNNNN
Hey Antonio, I have found your videos and I'm addict to them. I've been learning more than a lot of paid courses that I did. Congrats and thank you for the knowledge sharing
Glad you like them!
Incredible tutorials Antonio! Really appreciate this! 🙂
Glad you like them!
I admire to reach this level , cheers brother !
You can do it!
I suggest giving the library "zod" a try with react-hook-form. You will get intellisense on the values from react-hook-form... plus you get a pretty robust validation workflow to validate the input that users enter into a form.
Thank you! I will use zod for upcomong ecommerce video
Awesome, appreciate your time and effort to make this tutorial
Thank you, glad you like it!