Thanks for that such great and useful video! I appreciated if you add video to the list show how to deploy this project to free domain like vercel and another for deploying on paid domain "real one" and how to deal with database in each state.
hey sakura. first of all, i'm grateful for such a great work. i just wanted to ask question about prisma. is it appropriate for huge data and how is it as security?
Hi, thanks 🙏. For handling huge amounts of data, it's based on your database and how you distribute your data across database shards. So this is a low level concept and doesn't matter if you Use Prisma or any other ORM. And also Prisma is secure
i had a problem after the payment is successful the mutation doesn't work like this: ``` if (result.error) { setErrorMessage(result.error.message); } else { const addressElement = elements.getElement(AddressElement); console.log('error') if (!addressElement) { setLoading(false); setError("Address information is missing."); return; } mutation.mutateAsync(JSON.stringify(addressElement)) } ``` it renders me to successful page only
its been an awesome learning experience i have just started learning nextjs but i am stuck at one thing that on property details page i want to show and update the checkboxes value of hasGarden and hasSwimmingPool so when i edit the property to cahnge the checkbox so whle first attempting to edit if i leave the checkbox as it is the value is taken from the previous data for example : while adding the property if garden was checked to true and while editing the checkbox is left untouched and unchecked it doesnt sets to false it stays as it is if it was true earlier so could you tell us the handling f checkboxes
Thank you for you boss, I seriously like the way you explain things.
Glad you like them! I appreciate that!
GOD bless you my bro!! this series was awesome! so happy i subscribed to this channel, can this be labeled as part 10?
Thank you so much. So happy to have you 🙏. Yes it's the part 10
Helpful 🎉🎉
We need other video for How we can use stripe webhooks to save subscription instead of what did you do on the tutorial.
Thanks. Great suggestion!
Thanks for the tutorial, i learned from this
Glad it was helpful for you, also in the next week I will upload a video about SEO improvement for this project.
thank you, this was a very useful toturial
Glad it was helpful!
Thanks Sakura
Your welcome Prashant 🙏
Thanks for that such great and useful video! I appreciated if you add video to the list show how to deploy this project to free domain like vercel and another for deploying on paid domain "real one" and how to deal with database in each state.
Thanks. I will create a tutorial about it
Great Video!!!!
Thanks 😊 I am glad you think so
hey sakura. first of all, i'm grateful for such a great work. i just wanted to ask question about prisma. is it appropriate for huge data and how is it as security?
Hi, thanks 🙏. For handling huge amounts of data, it's based on your database and how you distribute your data across database shards. So this is a low level concept and doesn't matter if you Use Prisma or any other ORM.
And also Prisma is secure
@@SakuraDev Thanks for your Reply
@@easyitlearn-g1k Your welcome
i had a problem after the payment is successful the mutation doesn't work
like this:
```
if (result.error) {
setErrorMessage(result.error.message);
} else {
const addressElement = elements.getElement(AddressElement);
console.log('error')
if (!addressElement) {
setLoading(false);
setError("Address information is missing.");
return;
}
mutation.mutateAsync(JSON.stringify(addressElement))
}
```
it renders me to successful page only
its been an awesome learning experience i have just started learning nextjs but i am stuck at one thing that on property details page i want to show and update the checkboxes value of hasGarden and hasSwimmingPool so when i edit the property to cahnge the checkbox
so whle first attempting to edit if i leave the checkbox as it is the value is taken from the previous data for example :
while adding the property if garden was checked to true and while editing the checkbox is left untouched and unchecked it doesnt sets to false it stays as it is if it was true earlier so could you tell us the handling f checkboxes
Hi, thanks for bringing that to my attention. I will fix it in the repo
@@SakuraDev thanks for this great tutorial
That was a useful video! how can we add google and apple pay and cashapp
?
Hi, 👋 thanks 🙏. I will create an update for this video for covering the topics you requested
How can we store data with online database??
We use Prisma in this video, so we jsut need to change our database url in prisma schema
Very good projets sir. How to deploy it sir
Source Code?
Included in description now
@@SakuraDev Thank you for quick response, I like your tutorial, Easily understand your tutorial
Thanks 🙏, really glad that you liked it.
vahid sir fix your github readme 😅
Hi Prashant, is there any problem with the GitHub Repo?
@@SakuraDev no your profile readme it's broken fix it your tech stack icons are not showing up thats it