phoenix-liveview-counter-tutorial icon indicating copy to clipboard operation
phoenix-liveview-counter-tutorial copied to clipboard

🤯 beginners tutorial building a real time counter in Phoenix 1.7.7 + LiveView 0.19 ⚡️ Learn the fundamentals from first principals so you can make something amazing! 🚀

Results 16 phoenix-liveview-counter-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

https://youtu.be/KfW3l3qJPH8

enhancement

https://blog.appsignal.com/2021/09/28/real-time-form-validations-with-phoenix-liveview.html

enhancement
discuss
T25m
technical

add link to this post by Chris: https://dockyard.com/blog/2020/12/21/optimizing-user-experience-with-liveview

enhancement

https://github.com/dwyl/phoenix-liveview-counter-tutorial/blob/3fbad1436925339d8feaa2c028f22703f258135e/README.md?plain=1#L465 step 2 ?

This is just an open question. I believe that Phoenix ships three ways for real-time "pubsubing": Channels, Phoenix.PubSub and MyAppWeb.Endpoint. I imagine there are all abstractions above the same Phoenix.PubSub,...

help wanted
discuss
technical

Nice job! I wrote [this](https://dev.to/ndrean/notes-on-liveview-components-and-js-interactions-22gh) for myself, nothing glorious, just notes with a different perspective, which I expect to be correct. To push things further and follow you, refactor this...

enhancement
discuss

Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.20.4 to 0.20.5. Changelog Sourced from phoenix_live_view's changelog. 0.20.5 (2024-02-08) Deprecations Deprecate phx-feedback-group introduced in the previous release, the goal is to move feedback handling into Elixir...

external-dependency

Bumps [telemetry_metrics](https://github.com/beam-telemetry/telemetry_metrics) from 0.6.1 to 0.6.2. Changelog Sourced from telemetry_metrics's changelog. Changelog All notable changes to this project will be documented in this file. The format is based on Keep...

external-dependency

Not _stuck_, just a weird detail I found :) As title says. When running the app locally I see this: ![image](https://github.com/dwyl/phoenix-liveview-counter-tutorial/assets/67139425/bc39a7e6-95b0-4705-9109-f476d112fa1d) And this: ``` daniel@debian ~/c/phoenix-liveview-counter-tutorial (main)> mix phx.server [info]...

Today, I made the distributed version of this as [your link](https://github.com/fly-apps/phoenix-liveview-cluster/blob/master/lib/counter_web/live/counter.ex) is dead. This means you run each app on a different port and cluster them and everything works. I...