awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesNavigation Scope Controls

Mechanisms for defining the boundaries of client-side navigation to determine when a full page reload is required.

Distinct from Navigation Configurations: Existing candidates focus on UI menu structures or physical robot pathfinding, not the network/URL scope of a page transition library.

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

Awesome Navigation Scope Controls GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • turbolinks/turbolinksturbolinks का अवतार

    turbolinks/turbolinks

    12,591GitHub पर देखें↗

    Turbolinks is a JavaScript library that accelerates HTML page transitions by replacing the page body via network requests instead of performing full browser refreshes. It functions as a client-side navigation manager that intercepts link clicks and controls the page visit lifecycle to simulate a single-page application experience. The library synchronizes the browser URL and history stack with partial page updates and utilizes a caching mechanism to store visited page states. This allow for instant previews and restoration of state when navigating backward or forward. It also includes a tool

    Provides configuration to restrict partial page updates to specific root paths or origins.

    TypeScript
    GitHub पर देखें↗12,591
  • hotwired/turbohotwired का अवतार

    hotwired/turbo

    7,343GitHub पर देखें↗

    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

    Restricts Turbo Drive navigation to URLs within a specified path, falling back to full page loads for others.

    JavaScript
    GitHub पर देखें↗7,343
  1. Home
  2. Web Development
  3. Navigation Scope Controls