Skip to content

Commit

Permalink
docs: add mobx-zod-form to form integrations (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayashiki committed Apr 10, 2023
1 parent a263814 commit 502384e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Expand Up @@ -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。

# 安装

Expand Down

0 comments on commit 502384e

Please sign in to comment.