awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesClient-Side Input Verification

Processes that verify the correctness of user data within the browser before submission.

Distinguishing note: Closest candidates focused on fetching or sanitization; this is specifically about verifying correctness to reduce server errors.

Explore 1 awesome GitHub repository matching web development · Client-Side Input Verification. Refine with filters or upvote what's useful.

Awesome Client-Side Input Verification GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vuelidate/vuelidateAvatar de vuelidate

    vuelidate/vuelidate

    6,889Voir sur GitHub↗

    Vuelidate is a model-based validation library for Vue.js applications. It functions as a client-side data validator and validation engine that decouples verification logic from the user interface by checking data models and state objects against defined rules. The system tracks field interactions and marks inputs as dirty to manage when validation messages are triggered. This approach allows the library to provide real-time user input feedback and verify model integrity before data is submitted. The framework covers form state validation, validation error rendering, and the configuration of

    Verifies that data is correct and complete in the browser to reduce unnecessary server requests.

    JavaScriptjavascriptvalidationvue
    Voir sur GitHub↗6,889
  1. Home
  2. Web Development
  3. Client-Side Input Verification