diff --git a/README.md b/README.md index b35a35e29..1709b734d 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`@modular-forms/solid`](https://github.com/fabian-hiller/modular-forms): Modular form library for SolidJS that supports Zod for validation. - [`houseform`](https://github.com/crutchcorn/houseform/): A React form library that uses Zod for validation. - [`sveltekit-superforms`](https://github.com/ciscoheat/sveltekit-superforms): Supercharged form library for SvelteKit with Zod validation. +- [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod #### Zod to X diff --git a/README_ZH.md b/README_ZH.md index 08d9e5fc8..82c69f01d 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -293,7 +293,7 @@ _要在这里看到你的名字 + Twitter + 網站 , 请在[Freelancer](https:// - [`zod-endpoints`](https://github.com/flock-community/zod-endpoints): 约定优先的严格类型的端点与 Zod。兼容 OpenAPI。 - [`express-zod-api`](https://github.com/RobinTail/express-zod-api): 用 I/O 模式验证和自定义中间件构建基于 Express 的 API 服务 - [`zod-i18n-map`](https://github.com/aiji42/zod-i18n): 有助于翻译zod错误信息。 - +- [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): 以数据为中心的表格构建工具,基于 MobX 和 Zod。 # 安装