Open joanlopez opened 1 year ago
The current implementation of the Share functionality (services/store.ts), strongly inspired by CUE Playground's one, heavily relies on the Go Playground's backend.
services/store.ts
That's been a great way to bootstrap it and see how people use it without having to implement the whole backend service to it. However, we may want to have more control of such piece and/or stop relying on the Go Playground for any other reason.
The current implementation of the Share functionality (
services/store.ts
), strongly inspired by CUE Playground's one, heavily relies on the Go Playground's backend.That's been a great way to bootstrap it and see how people use it without having to implement the whole backend service to it. However, we may want to have more control of such piece and/or stop relying on the Go Playground for any other reason.