Remix.run Logo
simon84 2 hours ago

> What are its advantages? > There is only one rendering engine, cutting down complexity.

Actually there are 2 rendering, the server sending HTML and the browser drawing it on your screen.

So why not push the logic and send a jpg image of the rendered content itself. Lol

The whole concept of decoupling the frontend and the backend is that they can be agnostic of each other, they need to align but it is not the same skills/concerns.

Serve rendered html like in 2000 and you have recreated a smart way to do what industry spent decades running away from.

mikestorrent an hour ago | parent [-]

There are proxies to enable old computers with old browsers to render the modern web as an imagemap. And of course, 20 years ago I was doing everything you'd want to do with a modern webapp with PHP; fast enough for a thousand users on a dual CPU Xeon.