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 RepositoriesCustom Render Functions

Overrides the default rendering process by providing a custom render function through an event listener.

Distinct from Incremental Page Rendering: Distinct from Incremental Page Rendering: focuses on overriding the rendering function via events, not differential data updates.

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

Awesome Custom Render Functions GitHub Repositories

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

    hotwired/turbo

    7,343Auf GitHub ansehen↗

    Hotwire Turbo is a server-driven navigation and HTML streaming framework that intercepts link clicks and form submissions to fetch pages in the background and replace content without full browser reloads. It provides a Turbo Frame component that scopes page regions into independent contexts, enabling partial page updates where only a specific area of the page navigates or loads content. The framework includes a page cache and morph system that stores recently visited pages for instant restoration and applies minimal DOM changes on refresh, preserving scroll position and element state. The fra

    Allows overriding the default page rendering process by providing a custom render function through an event listener.

    JavaScript
    Auf GitHub ansehen↗7,343
  1. Home
  2. Web Development
  3. Incremental Page Rendering
  4. Custom Render Functions