Skip to content
#

url-parameters

Here are 8 public repositories matching this topic...

state-in-url

Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Shared state and URL state sync without any hassle or boilerplate. Supports Next.js@14-15, and react-router@6-7.

  • Updated Jan 30, 2025
  • TypeScript

Provides a hook called useConfigParam to retrieve configuration parameters with priority: URL query, environment variables, and default value. It simplifies configuration management, enabling flexibility and adaptability across different environments and scenarios.

  • Updated Feb 3, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the url-parameters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the url-parameters topic, visit your repo's landing page and select "manage topics."

Learn more