Coming soon: adapters for multiple schema implementation libraries #468
jankapunkt
announced in
Announcements
Replies: 1 comment
-
I'm in favor of providing schemas through separate packages (at least until we get good tree shaking support for Meteor packages - some day!). The collection2 package could export a TypeScript type (using |
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
-
As you might know there is currently a WIP from @harryadel to support ZOD as schema library.
In order to support any schema library, there is now an adapter implementation that each lib should implement.
This leads to an open question: how will the architecture evolve?
Please comment.
Beta Was this translation helpful? Give feedback.
All reactions