Phoenix LiveView v0.14.7 API Reference

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.

The Controller for LiveView rendering.

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.

Struct for socket.assigns while rendering.

Conveniences for testing Phoenix LiveViews.

The struct for testing LiveViews.