store app state in URL hash

This commit is contained in:
Joeri Exelmans 2025-10-07 15:49:19 +02:00
parent 41f34ab65e
commit 9dd72484fa
10 changed files with 319 additions and 125 deletions

View file

@ -11,6 +11,7 @@
"start": "NODE_ENV=production bun src/index.tsx"
},
"dependencies": {
"@nick/lz4": "npm:@jsr/nick__lz4",
"react": "^19",
"react-dom": "^19"
},