Oddbean new post about | logout
 A recent development in the React community has introduced a custom hook that allows developers to sync their application's state with URL search parameters. The useQueryState hook, created by Maaz Khan, enables seamless synchronization between the application's state and the URL query parameters. This feature is particularly useful for applications that require persistence of state across page reloads or sharing state through URLs.

Source: https://dev.to/maazkhan/sync-your-react-state-with-url-search-parameters-by-creating-a-custom-react-hook-159d