Skip to content

Commit 502384e

Browse files
authoredApr 10, 2023
docs: add mobx-zod-form to form integrations (#2299)
1 parent a263814 commit 502384e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ There are a growing number of tools that are built atop or support Zod natively!
431431
- [`@modular-forms/solid`](https://github.com/fabian-hiller/modular-forms): Modular form library for SolidJS that supports Zod for validation.
432432
- [`houseform`](https://github.com/crutchcorn/houseform/): A React form library that uses Zod for validation.
433433
- [`sveltekit-superforms`](https://github.com/ciscoheat/sveltekit-superforms): Supercharged form library for SvelteKit with Zod validation.
434+
- [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod
434435

435436
#### Zod to X
436437

‎README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ _要在这里看到你的名字 + Twitter + 網站 , 请在[Freelancer](https://
293293
- [`zod-endpoints`](https://github.com/flock-community/zod-endpoints): 约定优先的严格类型的端点与 Zod。兼容 OpenAPI。
294294
- [`express-zod-api`](https://github.com/RobinTail/express-zod-api): 用 I/O 模式验证和自定义中间件构建基于 Express 的 API 服务
295295
- [`zod-i18n-map`](https://github.com/aiji42/zod-i18n): 有助于翻译zod错误信息。
296-
296+
- [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): 以数据为中心的表格构建工具,基于 MobX 和 Zod。
297297

298298
# 安装
299299

0 commit comments

Comments
 (0)
Please sign in to comment.