This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Coding in Flow
codinginflow.bsky.social
did:plc:q2ecmqfhp4iweyddgpx6jakt
Next.js tip:
If you want to update the URL search params, but not fetch a new page from the server, use window.history.pushState instead of router.push.
It updates the URL instantly.
2024-12-03T06:45:08.856Z