View Source Working with LiveView
There are various utilities that will help with LiveView, but with the exception of form building, you'll be doing things pretty much "the liveview way", and will be interacting with your resources in one of two ways:
- using the code interface
- building queries and reading them with your Api module
getting-started-with-liveview
Getting started with LiveView
You'll want to have some level of familiarity with Phoenix and LiveView. Check out the installation guide for more
a-simple-liveview
A simple LiveView
Once you have LiveView up and running, here is a simple example using the resources from the Getting Started Guide.
defmodule MyApp.Ash