Search⌘ K

Before We Start

Explore the fundamentals of Phoenix LiveView and how it enables real-time web interfaces without heavy JavaScript. Understand modern web development evolution, code layering, and prepare to build interactive applications using this powerful framework.

What’s this course about?

LiveView is one of the most exciting features in the Phoenix web framework. It’s a new way of developing fluid, real-time web interfaces without writing JavaScript. In this course, you’ll learn the basic abstractions that make LiveView work. You’ll also explore techniques that help you organize your code into layers that make sense. ...