Remix.run Logo
dheerajvs 4 days ago

Would you extend that argument to tabbed interfaces as well? Why should browsers support tabs (and an inconsistent interface by each vendor), when you can just open a new window instead?

Etherlord87 4 days ago | parent | next [-]

The tabs reuse resources of the browser, and the browser does it really well - I think it's not even arguable that browsers are more complex than the OS GUI API, this is why e.g. Windows 11 uses react.js in start menu.

So if you create a webpage that is so damn advanced that it beats the browsers OR it somehow reuses heavy resources within one webpage, I'd say this is a good justification. And IMO the OP link isn't an example of that.

codethief 4 days ago | parent [-]

> Windows 11 uses react.js in start menu

They do what?!

EDIT: Sounds like they only use it for the "Recommended" section, though? https://news.ycombinator.com/item?id=44124688

wvbdmp 4 days ago | parent | prev | next [-]

One could argue that this affordance should be provided by the OS for a unified experience.

Twey 4 days ago | parent | prev [-]

Even better, WMs can (and sometimes do) support tabs!