UrlSyncFlat — lightweight utility to synchronize flat (non-nested) key:value state with the browser URL query string. Supports both browser (location.search) and hash (location.hash) routing modes.
Type-safe search params state manager for React frameworks - Like useState, but stored in the URL query string. Store any user state in query parameters; imagine JSON in a browser URL, while keeping ...