Generating a default form from Prisma
Hi, for now, I plan to use Prisma's Zod generator and then convert the Zod schema into a form using react-formgen. I’m not sure if there’s a more canonical and reliable way to do this. If anyone has encountered this issue before, feel free to share your insights!
4 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.Hey 👋
Can you please elaborate on what you mean by generating a default form?
You mean you want to generate a form from schema?
Hi 👋 ,
Yes, exactly. I would like to be able to create a form from a Prisma model
(Please don't hesitate to ping me.)
Your approach sounds good to me. I haven't came across any other solutions.