How to Create a Counter with Phoenix LiveView

Last Friday, Phoenix LiveView was publicly released, allowing you to create cool applications that live update the frontend code without you writing any Javascript. This video covers how to set up an Elixir application for Phoenix LiveView and then how to create a counter that you can increment and decrement with all the state managed in the backend. The blog post with all the code The tweet about the release https://t
Back to Top