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
·

2 Repos

Awesome GitHub RepositoriesDynamic Navigation Systems

Mechanisms for intercepting link clicks to fetch and replace page content without full reloads.

Distinct from Page Navigation Prefetching: Focuses on the navigation acceleration pattern, distinct from general page prefetching.

Explore 2 awesome GitHub repositories matching web development · Dynamic Navigation Systems. Refine with filters or upvote what's useful.

Awesome Dynamic Navigation Systems GitHub Repositories

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

    livewire/livewire

    23,448Auf GitHub ansehen↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Accelerates web browsing by intercepting link clicks to fetch and replace page content in the background without full browser reloads.

    PHP
    Auf GitHub ansehen↗23,448
  • 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

    Removes script or style elements from the page when they are absent from the navigation response.

    JavaScript
    Auf GitHub ansehen↗7,343
  1. Home
  2. Web Development
  3. Dynamic Navigation Systems

Unter-Tags erkunden

  • Dynamic Asset Cleanup on NavigationRemoving script or style elements from the page when they are absent from the navigation response. **Distinct from Dynamic Navigation Systems:** Distinct from Dynamic Navigation Systems: focuses on cleaning up stale assets during navigation, not intercepting link clicks.