miragejs / site

Source for Mirage's website
https://miragejs.com
MIT License
35 stars 36 forks source link

Persistent URLs in REPL #1014

Open samselikoff opened 4 years ago

samselikoff commented 4 years ago
samselikoff commented 4 years ago

We don't want to create a new sandbox on the server whenever someone visits /repl, so we're going to generate the ids on the client and only create one on the server once they hit Save. Therefore the client will always need to send over the ID when creating a sandbox.

samselikoff commented 4 years ago

New plan: