Next.js Discord

Discord Forum

How do you guys handle create/edit forms?

Unanswered
Spectacled bear posted this in #help-forum
Open in Discord
Spectacled bearOP
my current setup: different pages, same form with a create/edit prop to narrow the types

I heard some opinions that people went from a "unified route" to "separate routes" to make the code cleaner. Additionally, the next.js guide https://nextjs.org/learn/dashboard-app is also using separate ones, but the zod schema is extended

1 Reply

Spectacled bearOP