2 个仓库
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.
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.
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.