Hacker News new | ask | show | jobs
by mx5 671 days ago
is this liveview for clojure?
1 comments

Not quite

LiveView does serverside rendering and “streams” dom diffs afaik

Whereas electric is doing full client side rendering and sending data/code diffs “only”

Writing client side code seems lower friction in electric at the cost of the macro/client magic being a little more magic