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 RepositoriesPartial Page Fragments

Server-side logic that returns only a portion of the HTML document when a specific header is detected.

Distinct from Server-Driven Component Rendering: Distinct from Server-Driven Component Rendering: focuses on returning arbitrary HTML fragments rather than rendering a specific frontend component.

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

Awesome Partial Page Fragments 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.
  • defunkt/jquery-pjaxAvatar de defunkt

    defunkt/jquery-pjax

    16,650Voir sur GitHub↗

    jquery-pjax is a client-side library that combines Ajax requests with the HTML5 History API to replace page content without triggering a full browser reload. It fetches HTML fragments from the server and updates the browser URL using pushState, preserving the page layout and assets while only swapping a designated container's content. The library emits custom JavaScript events at each stage of the request lifecycle, enabling external handlers to respond to loading, success, and error states. The project distinguishes itself through its event-driven navigation model and server-side integration

    Fetches and swaps a portion of the page based on server responses, skipping full layout rendering.

    JavaScript
    Voir sur GitHub↗16,650
  1. Home
  2. Web Development
  3. Server-Driven Component Rendering
  4. Partial Page Fragments