← Back to context

Comment by MattDaEskimo

6 days ago

I can understand "shareable" state (scroll position), but _as much as possible_ seems like overkill.

Why not just use localStorage?

> Why not just use localStorage?

So that I can operate two windows/tabs of the same site in parallel without them stealing each other’s scroll position. In addition, the second window/tab may have originated from duplicating the first one.