1 Repo
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.
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.