awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
URL Routing Utilities · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesURL Routing Utilities

Tools for managing browser address bar state and URL parameters.

Distinguishing note: Focuses on URL state synchronization rather than generic page navigation.

Explore 2 awesome GitHub repositories matching web development · URL Routing Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. URL Routing Utilities

Awesome URL Routing Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • TanStack/query

    TanStack/query

    48,539View on GitHub↗

    This project provides a comprehensive suite of tools for managing asynchronous state and building full-stack web applications. At its core, it functions as a centralized synchronization layer that automates data fetching, caching, and background revalidation, ensuring that remote server data remains consistent with the local user interface. By utilizing a declarative, hook-based programming model, it simplifies the management of complex data lifecycles and loading states. The project distinguishes itself through a headless design philosophy that decouples business logic from visual presentati

    Synchronizes complex application state with browser URL parameters for type-safe navigation.

    TypeScriptasynccachedata
    48,539View on GitHub↗
  • gofiber/fiber

    gofiber/fiber

    39,238View on GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    The framework extracts dynamic URL segments using named parameters or wildcards to access specific values within the handler based on the request path.

    Goexpressexpressjsfast
    39,238View on GitHub↗