View Source API Reference live_view_native v0.4.0-rc.0

Modules

This module should be used for creating new LiveView Native Clients.

Define reusable LiveView Native function components with NEEx templates.

The callback module for delegating LiveView Native format requests to the correct render component

The LiveViewNative.Engine that powers .neex templates and the ~LVN sigil.

Provides commands for executing Native utility operations on the client.

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

Router for live-reload detection of LiveView Native applications in development.

Use this module within a LiveView to delegate rendering requests from a native client to a format specific rendering component.

This module contains logic on how template rendering and embedding is implemented

For more information on TagEngine please see Phoenix.LiveView.TagEngine

Floki-compliant parser for LiveView Native template syntax

Defines the LVN Template safe protocol.

Conveniences for testing function components as well as LiveViews and LiveComponents.

The struct for testing LiveViews.

Mix Tasks

Prints LiveView Native tasks and their information.

Generates the Native module

Generates a new format specific layout component and templates

Generates a new format specific LiveView render component and template

@{shortdoc}

Configure LiveView Native within a Phoenix LiveView application

Run LiveView Native setup generators within a Phoenix LiveView application