Hacker News new | ask | show | jobs
by sesm 516 days ago
> What exactly does it improve over lets say PHP or Rails

Uses the same code to render on server and in browser, enables moving render logic from browser to server and vice versa without doing a complete rewrite.

2 comments

Not very DRY.
Arguably more.
Why? lol
So that the page is already rendered upon the initial contact from the server, decreasing page load latency.
That is greatly compensated by the low quality of the generated code. Vercel's landing page for example takes 12 seconds and 1.4mb of files to load just a bunch of text.