API Reference Phoenix LiveView v0.15.5

Modules

Components are a mechanism to compartmentalize state, markup, and events in LiveView.

The struct representing an internal unique reference to the component instance, available as the @myself assign in stateful components.

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

The struct returned by components in .leex templates.

The struct returned by for-comprehensions in .leex templates.

Helpers for rendering LiveViews from a controller.

The .leex (Live EEx) template engine that tracks changes.

A collection of helpers to be imported into your views.

The struct returned by .leex templates.

Provides LiveView routing for Phoenix routers.

The LiveView socket for Phoenix Endpoints.

The struct representing an upload.

The struct representing an upload entry.

Conveniences for testing Phoenix LiveViews.

The struct for testing LiveViews.