probable-pink
probable-pink•2y ago

How to submit a modal form to create a Comment when you are in the Post show page?

Given the fact that I'm a first timer using React, Building refine app has been amazing. What I'd like to do this time is create another model(Comment) when i'm in the Post's show page using modal form. I'm having a hard to figure this out. Can you point me any reference? Thank you for your support and great product.
2 Replies
Omer
Omer•2y ago
Hey @chuck 👋, Thank you! 🎊 You can use "resource" property of hooks/components 🚀 https://refine.dev/docs/api-reference/general-concepts/#resource
General Concepts | refine
- refine core is fully independent of UI. So you can use core components and hooks without any UI dependency.
probable-pink
probable-pink•2y ago
Can't love you and your product more! Thank you a ton!