phoenix_live_view v0.11.0 API Reference

Modules

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

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 live views.

The struct for testing LiveViews.