floodfx / liveviewjs

LiveView-based library for reactive app development in NodeJS and Deno

Home Page:https://liveviewjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize Phoenix Diff Replies

floodfx opened this issue · comments

Currently the diff replies are sending all the dynamic and static parts of the live views instead of only sending the parts that have changed. That is, if only the 4th dynamic part has changed then the diff should only contain that key/value pair.

Fixed in #32