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 RepositoriesValidation

Testing utilities for verifying that deferred data properties are correctly loaded and returned.

Distinct from Deferred Loading: Focuses on the verification and testing of deferred data, not the implementation of the loading mechanism itself.

Explore 1 awesome GitHub repository matching web development · Validation. Refine with filters or upvote what's useful.

Awesome Validation 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.
  • inertiajs/inertiaAvatar de inertiajs

    inertiajs/inertia

    7,708Voir sur GitHub↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Verifies that deferred data properties load and return correctly when requested by the client.

    TypeScript
    Voir sur GitHub↗7,708
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Deferred Loading
  6. Validation