Problem: I want strongly typed React search params
Problem: I want strongly typed React search params.
Solutions:
Using React Router or Remix? Wrap useSearchParams in a custom hook and parse the params via Zod.
Using Tanstack Router? Parse params via Zod in validateSearch.
Using Next.js? Use nuqs