nelsonic
When we were figuring out how to use Phoenix LiveView we got stuck a few times.
So in order to save other people time, we created a complete beginners tutorial
that assume no prior experience with Phoenix or LiveView:
https://github.com/dwyl/phoenix-liveview-counter-tutorial
Please check it out and share your feedback!
Thanks! ![]()
Trending in Guides/Tuts
# ~/src/livebook/.iex.exs
System.cmd("xdg-open", [ LivebookWeb.Endpoint.access_url() ] )
Because Livebook requires a unique passcode on ...
New
You probably already know that <span>{nil}</span> in a HEEX template produces <span> </span> when rendered. I fin...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
nelsonic
Completely updated to
Phoenix 1.5.3+LiveView 0.13.2(latest versions of both)Considerably simpler and easier to learn. (credit to the Phoenix team!)
Sanjibukai
*LiveView 0.13.3
nelsonic
@Sanjibukai indeed the changelog on
masterhas been updated for the upcoming releasebut at the time of writing,


0.13.3has not been published to Hex.pm: phoenix_live_view | HexSee: Releases · phoenixframework/phoenix_live_view · GitHub
Given that the tutorial is aimed at complete beginners, we aren’t going to instruct them to use the
masterLiveView version that has not been released yet.Once a new version of LiveView is published, we will gladly accept a Pull Request updating the tutorial if necessary. But until then this is the bleeding edge.
Sanjibukai
I was just joking…
You didn’t have too use such energy with screenshots etc. My bad..
Sorry if you misunderstood..
nelsonic
@Sanjibukai it’s difficult to discern tone from text. Thanks for clarifying you were joking.

Anyway, hope everyone finds the tutorial useful.
nelsonic
Updated to:
Phoenix 1.5.5+LiveView 0.14.7(no breaking changes!)nelsonic
This tutorial was recently fully updated to
Phoenix 1.7: Phoenix 1.7 by chargio · Pull Request #104 · dwyl/phoenix-liveview-counter-tutorial · GitHub there were quite a few breaking changes and a lot of new “boilerplate” in the codebase.Happy
LiveView-ing in 2023 everyone!