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

Support phx_join, redirect messages

floodfx opened this issue · comments

phx_join payload does not have a url property but instead contains redirect and flash properties:
e.g.

flash: null
params: {_csrf_token: "...", _mounts: 0}
redirect: "http://localhost:4444/servers?id=1"
session: "..."
static: "..."