View Source API Reference live_view_native v0.3.1

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.

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

Defines the LVN Template safe protocol.

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