-
Notifications
You must be signed in to change notification settings - Fork 195
Replace yup with zod #2698
Copy link
Copy link
Open
Labels
good first issueA good task for a newcomer to start withA good task for a newcomer to start withhelp wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the community
Metadata
Metadata
Assignees
Labels
good first issueA good task for a newcomer to start withA good task for a newcomer to start withhelp wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the community
This repo uses a very old version of "yup" for data validation. Replace it with zod which is more popular, has better typescript support, and results in a smaller bundle.
They are similar and yup is only used in a dozen places, so it should not be too difficult to do.