Plan support for persisting editor state in a suitable backend.
Ideas/thoughts/things:
- maybe use a
localStorage/sessionStorage-like API?
- by default
localStorage, but could be a custom back-end
- use checkpoints/batches instead of updating instantly on state change
Plan support for persisting editor state in a suitable backend.
Ideas/thoughts/things:
localStorage/sessionStorage-like API?localStorage, but could be a custom back-end