x/playground: feature request: instant Share URL on each "Run" #50224
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
What is the URL of the page with the issue?
https://go.dev/play/
Screenshot
What did you do?
What did you expect to see?
The URL of the page could be immediately updated with a permalink. It is then slightly more immediate to share this already generated URL, without the need for the "Share" button. Of course, any change in the code would wipe the permalink from the URL bar (as it already does now).
I acknowledge that this feature incurs a small gain in UX (2s saved) and a potentially big cost server-side (durably store all the snippets ever run, durably keep a distinct URL for each of them). We may do some analysis to decide if the extra server storage burden is acceptable or not.
What did you see instead?
The URL of the page remains "https://go.dev/play/", and then I have to click "Share" in order to actually generate a snippet URL.
The text was updated successfully, but these errors were encountered: