awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesClient-Side Prop Caching

Strategies for storing server-provided data on the client to avoid redundant network requests during navigation.

Distinct from Page Caching Controls: The candidates all refer to low-level OS kernel page caches or database page caching, not application-level state caching for a frontend framework.

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

Awesome Client-Side Prop Caching GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • inertiajs/inertiaAvatar von inertiajs

    inertiajs/inertia

    7,708Auf GitHub ansehen↗

    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

    Inertia JS stores large data on the client after the first request and reuse it on subsequent pages.

    TypeScript
    Auf GitHub ansehen↗7,708
  1. Home
  2. Web Development
  3. Client-Side Prop Caching