awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesURL Query Parameter Batches

Groups multiple URL query parameter changes into a single history entry to avoid cluttering browser history.

Distinct from Update Batching: Distinct from Update Batching: focuses on merging URL query parameter updates into a single history entry, not general React state update batching.

Explore 2 awesome GitHub repositories matching user interface & experience · URL Query Parameter Batches. Refine with filters or upvote what's useful.

Awesome URL Query Parameter Batches GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 47ng/nuqs47ng 的头像

    47ng/nuqs

    10,591在 GitHub 上查看↗

    nuqs is a TypeScript library for managing React component state through the browser's URL query string. It provides a type-safe hook-based approach that synchronizes component state with the address bar, enabling shareable and bookmarkable application states. The library handles parsing and serializing URL query parameters into typed JavaScript values, supporting integers, floats, booleans, dates, and custom types with bijectivity verification. The library distinguishes itself through its comprehensive approach to URL state management, combining batch URL updates that merge multiple parameter

    Updates and reads several URL query parameters simultaneously through a single hook, reducing boilerplate for complex state.

    TypeScriptquery-paramsreactsearch-params
    在 GitHub 上查看↗10,591
  • nandorojo/solitonandorojo 的头像

    nandorojo/solito

    4,093在 GitHub 上查看↗

    Solito is a cross-platform navigation library and routing bridge that enables the development of mobile apps and web pages from a single codebase using React Native and Next.js. It functions as an orchestrator that synchronizes file-system based routing and screen logic across both platforms. The project provides a unified navigation interface that maps a single set of URLs to either web pages or native screens. This allows for synchronized linking and route parameters, ensuring that users land on the correct content regardless of whether they are using a browser or a mobile application. The

    Synchronizes route parameters between web query strings and native navigation state in real-time.

    TypeScript
    在 GitHub 上查看↗4,093
  1. Home
  2. User Interface & Experience
  3. Update Batching
  4. URL Query Parameter Batches

探索子标签

  • Atomic Query Parameter Updates1 个子标签Updates multiple URL query parameters in a single state transition so they always stay synchronized. **Distinct from URL Query Parameter Batches:** Distinct from URL Query Parameter Batches: focuses on atomicity and synchronization of related parameters, not just grouping into a single history entry.
  • Multi-Parameter State HooksReads and writes multiple URL query parameters simultaneously through a single hook interface. **Distinct from URL Query Parameter Batches:** Distinct from URL Query Parameter Batches: focuses on a unified hook for managing multiple parameters, not just batching updates.
  • Related Parameter GroupsReads and writes a group of related query parameters as a single object, keeping them synchronized. **Distinct from URL Query Parameter Batches:** Distinct from URL Query Parameter Batches: focuses on treating related parameters as a cohesive object, not just batching updates.