awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hotwired/turboAvatar de hotwired

    hotwired/turbo

    7,343Ver en GitHub↗

    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
    Ver en GitHub↗7,343
  1. Home
  2. Web Development
  3. Incremental Page Rendering
  4. Custom Render Functions