Remix.run Logo
chuckadams 5 days ago

I can't stand having more than a dozen or so tabs open, let alone hundreds. And I might not want them to keep state, but I could see how a "snapshot" bookmark could be very handy, so why not have "bookmark tab" automatically save the state? Or heck, let me drag a tab onto my bookmark bar. We already have the technology, but the UI around it has barely evolved in 20 years.

cpmsmith 4 days ago | parent [-]

For what it's worth, you can drag a tab onto your bookmark bar, at least in Firefox.

chuckadams 4 days ago | parent [-]

Nifty, hadn't noticed that. I only switched back to Firefox as my daily driver a few months ago after a long time with Chrome, so I'm still finding new things.

Now we just need it to save the page state like it would for an unloaded tab. But I guess the hard parts of that aren't really implemented after all, all kinds of issues though with serializing the page state, making it work with sync across platforms, or just dealing with someone trying to open the same state multiple times...