Bridges nuqs parsers to TanStack Router's validateSearch + SearchMiddleware, giving you per-param control over how search params serialize to/from the URL.
Related issue: TanStack/router#4973
TanStack Router's validateSearch and stringifySearch operate on the entire search object. There's no built-in way to control serialization per-param. For types like date ranges that serialize to ?dates=30-days or ?dates=2024-01-15_2024-02-20, you need per-param codecs — not raw JSON in the URL.