Hi, I stumbled upon your project from the Runkit is dead conversation (RIP), it looks like a neat idea.
I maintain nuqs, a URL state manager for React, which could be useful here to store the code in the URL, so it can be shared with others.
Normally nuqs would interface with search params, but for privacy reasons we might want to store sensitive data in the hash part, so the server doesn't see anything.
What do you think of this idea? I can cook a hash-based adapter and implement this in a PR if you're interested.
Hi, I stumbled upon your project from the Runkit is dead conversation (RIP), it looks like a neat idea.
I maintain nuqs, a URL state manager for React, which could be useful here to store the code in the URL, so it can be shared with others.
Normally nuqs would interface with search params, but for privacy reasons we might want to store sensitive data in the hash part, so the server doesn't see anything.
What do you think of this idea? I can cook a hash-based adapter and implement this in a PR if you're interested.