Phoenix.LiveView

A LiveView is a process that receives events, updates its state, and renders updates to a page as diffs.

Components

Attributes

Slots

Bindings

Click Events

Focus Events

Blur Events

Rate-Limiting Events

JS Commands

Lifecycle Events

LiveView-Specific Events

Loading States & Errors

Authentication

  mix phx.gen.auth

on_mount

References: