LiveView Talk at Empex 2019

May 18, 2019

My talk at Empex 2019 is Live(View). Click on Read More to get the links to related articles and GitHub Repos.

Andrew Forward's talk on LiveView at Empex 2019

Phoenix LiveView Examples

May 29, 2019 (originally posted May 18)

LiveView for Phoenix on Elixir is definitely scratching an itch in the world of rich client apps, without having to go full-on client-side framework. Here’s a list of open source projects, some with online demos and other where you can (easily) run the code locally.

Screenshot Description References
Empex Display Manipulating a SVG graphic for the 2019 Empex NY conference Empex SVG Demo <br> Empex SVG Source

LiveView storing Session Data on Redirect

May 21, 2019

How can you have your LiveView login form update the user’s session across pages?

Adding authenticated user to flash

Run Custom JS on LivePage Reload

May 20, 2019

In your LiveView LEEX, you can add a script tag and append a @tick to the id. This will force for the MorphDOM differ to always re-render (aka re-run) that code on the client.

Create a script with tick ID

v0.7.2