1 Repo
Wraps URL state hooks to work across different React frameworks and routing libraries.
Distinct from React Libraries: Distinct from React Libraries: focuses on adapters that bridge URL state hooks with different React frameworks and routing libraries, not general-purpose React utilities.
Explore 1 awesome GitHub repository matching web development · Framework Adapters. 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
Wraps URL state hooks to work across different React frameworks and routing libraries.