Rethink use of LocalStorage #62
Labels
history
Related to state history (undo/redo and timeline)
needs info
The issue probably doesn't have enough information/ideas to be actionable at this time
Now that history is restored from IndexedDb, it's probably no longer needed to also store it in LocalStorage.
For now it was preserved because it can be read synchronously, so allows populating the latest state before the history is replayed.
Does the combination of IndexedDb + LocalStorage still make sense?
Any other ways of working with state to look at (maybe session storage)?
The text was updated successfully, but these errors were encountered: