State in url

State management and deep links

Share complex state between unrelated React.js components and sync it to the URL

Demo with Next.js

First client component
Other client component

Types and structure of data are presered

{
  "name": "",
  "agree to terms": false,
  "tags": []
}