From 8fd4a8bb8ed8209830afdde133aa59874a57a9b0 Mon Sep 17 00:00:00 2001 From: Riley Tomasek <37466d60+accounts.github@f50a.net> Date: Wed, 19 Oct 2022 17:19:02 -0400 Subject: [PATCH] Add Zodix to readme ecosystem section (#1506) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96eecdeec..6da6c688c 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-validation-error`](https://github.com/causaly/zod-validation-error): Generate user-friendly error messages from `ZodError`s - [`zod-formik-adapter`](https://github.com/robertLichtnow/zod-formik-adapter): A community-maintained Formik adapter for Zod. - [`react-zorm`](https://github.com/esamattis/react-zorm): Standalone `
` generation and validation for React using Zod. +- [`zodix`](https://github.com/rileytomasek/zodix): Zod utilities for FormData and URLSearchParams in Remix loaders and actions. #### Zod to X