Controller-style approach to LiveView resources
In this guide I present how to quickly make a typical HTML resource come alive using abstraction offered by Phoenix.LiveController. As a bonus I also present how to get Phoenix 1.4 app prepared for Phoenix.LiveView. All wrapped in an approachable step-by-step diff-backed cheatsheet.
This is a first installment in a series about going all-in with Phoenix live views, including as many HTML routes as possible, complete live navigation, integrated authentication solution and perhaps more.
Read more on Cloudless Studio blog.
Read next Deploy a Phoenix app to Digital Ocean and automate deployments with GitHub Actions