Hacker News new | ask | show | jobs
by untog 2446 days ago
> The server side version is interesting, it ships DOM updates to the client from the server over a websocket

WebForms 2020! Amazing.

3 comments

Except it is much more intuitive. A repeater- like construct (a foreach) just works. Collections just work. No thinking about data binding at the correct time in the life cycle of the page. You can even call front-end javascript in a sync-like (using async) matter. You can just call a javascript confirm if you like. It is awesome.
I'd say more like Elm's Pheonix LiveView, to be honest.
Yep, that's pretty much the aim :)