Replies: 1 comment
-
|
A lot of those things are figured out by reading the docs and then playing around with zod to see how things work. I'm not sure that there are documented best practices for how to organize schemas. If you provide a more specific example of what you are trying to do, it's more likely that someone will be able to answer your question. Hope this helps. 😎 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any guide on how to organize large schemas?
I am really unsure how to
Basically, I am finding it harder to organize my schemas than I do with typescript types. Maybe because errors in typescript, usually, break things immediately, while with Zod I only notice at runtime.
Any tips are welcome.
Beta Was this translation helpful? Give feedback.
All reactions