Remix.run Logo
Zanfa 6 hours ago

> You hate BAD react SPAs that break the fundamentals of how the web works.

But that’s all of them? If Github, Reddit, LinkedIn and Facebook and others are unable to build SPAs that don’t constantly break the fundamentals while also choking the browser, maybe it is a tech problem.

charcircuit 6 hours ago | parent [-]

If the APIs are too hard to use properly that no site can use it right, then it's a browser issue.

Zanfa 6 hours ago | parent [-]

It’s not that. The sort of issues all of the above have caused are fundamental, eg not using anchor tags for navigation. It’s not in any way easier to use a button or div with an onclick handler. It’s also not easier to serve megabytes of JS to render 5kb of comments.