That makes sense I guess ![]()
I misunderstood from Chrisâs message here that there is an architecture such that makes the process survive the navigation
<%= live_render(@conn, MyChatLive, ...) %>in your root layout would give you an isolated LV that survives live navigation of the main LV from theliveroute. We replace everything inside the main LV on navigation, so anything outside of it wonât be touched.
But thatâs not what he meant probably?






















