Phoenix LiveView

Phoenix LiveView LiveComponents
Components are a mechanism to compartmentalize state, markup, and events in LiveView. We can move a part of the...
Phoenix
23, Nov 2021
A nice Dashboard UI
Before going on with LiveComponents and other topics, let's spend a few minutes on our UI. At the moment...
Phoenix
23, Nov 2021
Intro to Poeticoins Elixir application
In this episode we see the Poeticoins application and functionalities, which we'll use along this introductory course.
Phoenix LiveView
27, Mar 2021
Application Design
In this video we take a look at the Poeticoins application design, how we organize the parts of our...
Phoenix LiveView
23, Mar 2021
Intro to Cryptocurrency Exchanges
In this Phoenix LiveView episode, we see what is a Cryptocurrency Exchange. Our goal is to build a real-time...
Phoenix LiveView
23, Mar 2021
LiveView click event and offsetX, offsetY coordinates
Let's see how to use, in Phoenix LiveView, the phx-click binding along with offsetX and offsetY coordinates, which are...
Phoenix
19, Mar 2020
Phoenix LiveView JavaScript Hooks and Select2
With LiveView JavaScript hooks it's now really easy to do JS interop. In this article we see how simple...
Phoenix LiveView
05, Feb 2020
Understanding Phoenix LiveView: build a Gallery app
In this article we see how to build a Gallery app with Phoenix LiveView and implement an automatic slideshow...
Phoenix LiveView
20, Nov 2019
The Primitives of Phoenix LiveView
Focus on LiveView's primitives: the bricks we need to know to building a real-time app with this technology. We...
Phoenix LiveView
12, Nov 2019
How to Setup Phoenix LiveView
how to get started with Phoenix LiveView by creating a new Phoenix app and going through the LiveView setup
Elixir
29, Oct 2019
Using Select2 with Phoenix LiveView
Come up with a workaround to make LiveView play together with a JavaScript library like jQuery Select2.
Phoenix LiveView
11, Jul 2019
Phoenix LiveView live_link
How to use live_link and understand when to use live_link and when live_redirect. Inspecting the messages between LiveView and...
Phoenix
26, Jun 2019