2 Repos
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.
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.
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.