1 repository
Stores parsed query parameter values for the duration of a page render so deeply nested server components can access them without re-parsing.
Distinct from Parsed Code Caching: Distinct from Parsed Code Caching: focuses on per-request caching of URL query parameters, not persistent AST caching.
Explore 1 awesome GitHub repository matching data & databases · Request-Scoped Caches. 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
Caches parsed query parameter values per page render for efficient access by deeply nested server components.