awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • react-hook-form/react-hook-formالصورة الرمزية لـ react-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-uiالصورة الرمزية لـ unovue

    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-importالصورة الرمزية لـ antfu

    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-templateالصورة الرمزية لـ yulimchen

    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.