Phoenix LiveView Info

I started working on a lightweight lib to do what LiveView does except without a dependency on Pheonix, because simply cannot wait for LiveView code to be posted to github, if anyone interested check it out GitHub - vans163/morphling: Server driven DOM morphing library. Never write Javascript again. · GitHub (forum thread)

ATM I wanna ask how LiveView does the DOM diffing on the server side? Its actually quite challenging to figure out how to send the differential between 2 binaries.

2 Likes