Intro to Phoenix LiveView with New Project Example - Elixir Programming Language
Learn how Phoenix LiveView allows you to build declarative, interactive, and real-time web applications without all the complexity. In this presentation Tim Gremore, Development Lead at Headway is joined by senior software developers, Jordan Burke and Jesse Hixson to host an introduction to Phoenix LiveView, an exciting new library that enables rich, real-time user experiences with server-rendered HTML.
They also walk through a Phoenix LiveView example so you can see what it’s like to start a new project from design specs.
Get a chance to learn
- Brief history of the Elixir programming language and Phoenix LiveView
- How to build declarative, interactive, and real-time UI’s with Phoenix LiveView
- Ways to decompose a design specification into LiveView
- Alternative solutions to SPA’s for building interactive UI/UX
Resources to help you prepare
- Phoenix LiveView Hexdocs
- Walk-Through of Phoenix LiveView