Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[推荐开源项目] Vue Hooks From: 使用 Vue composition API 来构建你的表单 #1484

Closed
beizhedenglong opened this issue Nov 4, 2020 · 5 comments

Comments

@beizhedenglong
Copy link

给大家推荐一个最近做的一个新项目:Vue Hooks From,使用 Vue 3 的新特性来构建你的表单。

特性

  • 与 UI 解耦:可以与其他任何 UI 组建库无缝衔接。
  • 简单易用:没有什么酷炫的东西,仅仅是响应式的 values/errors 。
  • 支持深度嵌套的数据。
  • Typescipt 支持。

Github: https://github.com/beizhedenglong/vue-hooks-form
文档:https://beizhedenglong.github.io/vue-hooks-form/

@liuxsen
Copy link

liuxsen commented Nov 4, 2020 via email

@beizhedenglong
Copy link
Author

和 element ui 的 form 组件不是一个维度的东西,因为这个是和 UI 解耦,可以帮助开发者快速构建自己的表单组件。和 https://react-hook-form.com 是一个维度的东西

@liuxsen
Copy link

liuxsen commented Nov 4, 2020 via email

@crown-li
Copy link

vuelidate很像

@beizhedenglong
Copy link
Author

@crown-li 看了一下这个库,想要实现的功能类似,vuelidate 是用mixin 实现的,包含了一些样式/UI相关的API。Vue Hooks From 是 composition API 实现的,纯逻辑的库

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants