API Reference Phoenix LiveView v0.17.1

Modules

API for function components.

LiveComponents 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 .heex templates.

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

Helpers for rendering LiveViews from a controller.

An EEx template engine that tracks changes.

The HTMLEngine that powers .heex templates and the ~H sigil.

A collection of helpers to be imported into your views.

Provides commands for executing JavaScript utility operations on the client.

The struct returned by .heex 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.