Upgrade to Pro — share decks privately, control downloads, hide ads and more …

LiveView: We'll Do It Live!

LiveView: We'll Do It Live!

An overview of the Elixir Phoenix LiveView package and features.

Presented to IndyElixir on Feb 4, 2020.

Code for the app demonstrated during the talk available at https://github.com/baldwindavid/live_view_demo

Avatar for David Baldwin

David Baldwin

February 04, 2020
Tweet

Other Decks in Programming

Transcript

  1. LiveView provides rich, real-time user experiences with server-rendered HTML. LiveView

    Process |> Receive Message |> Update State |> Send Diffs
  2. More Features [ Rate-limiting, Live Navigation (different process), Nested LiveViews

    (different process), Live Components (same process), Live Layouts, Temporary Assigns (append / prepend) ]