awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesValidation Resolver Integrations

Integration of external schema validation libraries into the form lifecycle.

Distinguishing note: Focuses on the integration of external validation logic.

Explore 4 awesome GitHub repositories matching web development · Validation Resolver Integrations. Refine with filters or upvote what's useful.

Awesome Validation Resolver Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • react-hook-form/react-hook-formreact-hook-form 的头像

    react-hook-form/react-hook-form

    44,760在 GitHub 上查看↗

    React Hook Form is a state management library designed to handle form registration, validation, and submission lifecycle events. By decoupling form control logic from the standard component lifecycle, it enables the creation of performant forms that minimize unnecessary re-renders. The library integrates with external schema validation tools to enforce data integrity and provides a declarative framework for managing complex form structures. The project distinguishes itself through a subscription-based architecture that tracks property access to ensure components only update when the specific

    Enables the integration of external schema validation libraries to handle complex validation logic.

    TypeScriptdxform-builderforms
    在 GitHub 上查看↗44,760
  • unovue/reka-uiunovue 的头像

    unovue/reka-ui

    6,574在 GitHub 上查看↗

    Provides a build-time resolver that automatically imports components when detected in templates.

    Vueaccessibilityaccessiblecomponent-library
    在 GitHub 上查看↗6,574
  • antfu/unplugin-auto-importantfu 的头像

    antfu/unplugin-auto-import

    3,786在 GitHub 上查看↗

    unplugin-auto-import is a build-time import automation plugin and AST-based code transformer. It analyzes source code to identify missing identifiers and automatically injects the required import statements during the bundling process. The project functions as a cross-bundler build plugin, providing a unified abstraction layer that ensures consistent behavior across Vite, Webpack, and Rollup. It utilizes a pattern-based module resolver to scan local directories via glob patterns and employs a TypeScript declaration generator to maintain type definition files for IDE autocompletion. Its capab

    Analyzes source code to automatically inject missing import statements during the bundling process.

    TypeScript
    在 GitHub 上查看↗3,786
  • yulimchen/vue3-h5-templateyulimchen 的头像

    yulimchen/vue3-h5-template

    1,520在 GitHub 上查看↗

    This project is a pre-configured foundation for building mobile-responsive web applications using Vue 3 and Vite. It provides a production-ready scaffold that integrates essential development tools, component libraries, and build-time optimizations to accelerate the creation of mobile interfaces. The framework distinguishes itself through automated asset and configuration management, including the automatic registration of UI components and the conversion of SVG files into reusable components. It features built-in support for responsive design by automatically transforming pixel-based CSS uni

    Automatically resolves and registers UI components during the build process to reduce bundle size and manual configuration.

    Vueappdemoeruda
    在 GitHub 上查看↗1,520
  1. Home
  2. Web Development
  3. Validation Resolver Integrations

探索子标签

  • Build-Time Auto-Import ResolversPlugins that automatically import components at build time when detected in templates, eliminating manual imports. **Distinct from Validation Resolver Integrations:** Distinct from Validation Resolver Integrations: focuses on automatic component import resolution during build, not validation schema integration.