Stop thinking in request and response. LiveView teaches you the loop that matters: receive an event, change the state, render the state, repeat. A new mindset for interactive web apps.
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
October 1, 2025 at 5:01 PM
Stop thinking in request and response. LiveView teaches you the loop that matters: receive an event, change the state, render the state, repeat. A new mindset for interactive web apps.
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
@lifeiscontent.bsky.social wrote a great blog post about error handling in PhoenixLiveView lifeiscontent.net/elegant-erro...
Elegant Error Handling in Phoenix LiveView with Ash
Online Presence of Aaron Reisman
lifeiscontent.net
April 21, 2025 at 1:07 PM
@lifeiscontent.bsky.social wrote a great blog post about error handling in PhoenixLiveView lifeiscontent.net/elegant-erro...
Day 3 of building in public. I kept working on the idea of showing how programming concepts are related, now I have description for each concept along with relationships between them.
Seems like I'll be implementing a knowledge graph sometime soon...
#MyElixirStatus #PhoenixLiveView #ElixirLang
Seems like I'll be implementing a knowledge graph sometime soon...
#MyElixirStatus #PhoenixLiveView #ElixirLang
March 6, 2025 at 4:06 AM
Day 3 of building in public. I kept working on the idea of showing how programming concepts are related, now I have description for each concept along with relationships between them.
Seems like I'll be implementing a knowledge graph sometime soon...
#MyElixirStatus #PhoenixLiveView #ElixirLang
Seems like I'll be implementing a knowledge graph sometime soon...
#MyElixirStatus #PhoenixLiveView #ElixirLang
I'd say that the PhoenixLiveView course you mentioned is a more complete course at the moment. At least at first glance.
The Pragmatic Studio course have released 38 of their 60 planned videos for the course.
And there is definitely some overlap.
The Pragmatic Studio course have released 38 of their 60 planned videos for the course.
And there is definitely some overlap.
January 12, 2025 at 1:20 AM
I'd say that the PhoenixLiveView course you mentioned is a more complete course at the moment. At least at first glance.
The Pragmatic Studio course have released 38 of their 60 planned videos for the course.
And there is definitely some overlap.
The Pragmatic Studio course have released 38 of their 60 planned videos for the course.
And there is definitely some overlap.
LiveView is about more than code. Learn when to use function components versus live components, and keep even the biggest apps organized and maintainable.
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
Sophie DeBenedetto
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
Sophie DeBenedetto
October 8, 2025 at 10:20 PM
LiveView is about more than code. Learn when to use function components versus live components, and keep even the biggest apps organized and maintainable.
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
Sophie DeBenedetto
#Elixir #PhoenixLiveView
pragprog.com/titles/...
@redrapids.bsky.social
Sophie DeBenedetto
Flashy is easy. Reliable is harder. LiveView shows you how to test events, verify state, and build apps that stay solid as they grow. # Elixir # PhoenixLiveView https:// pragprog.com/titles/jkelixir/a dvanced-functional-programming-with-elixir/
Interest | Match | Feed
Interest | Match | Feed
Origin
techhub.social
September 26, 2025 at 8:21 PM
Chris McCord announced the release of Phoenix 1.8.0-rc.0 last week, phoenixframework.org/blog/phoenix..., which I am sure means Bruce and Sophie are hard at work on updates to Programming Phoenix LiveView: pragprog.com/titles/livev...
#elixir #phoenixliveview #programming #books
#elixir #phoenixliveview #programming #books
Phoenix 1.8.0-rc released! - Phoenix Blog
The release candidate of Phoenix 1.8 is here!
phoenixframework.org
April 8, 2025 at 1:40 PM
Chris McCord announced the release of Phoenix 1.8.0-rc.0 last week, phoenixframework.org/blog/phoenix..., which I am sure means Bruce and Sophie are hard at work on updates to Programming Phoenix LiveView: pragprog.com/titles/livev...
#elixir #phoenixliveview #programming #books
#elixir #phoenixliveview #programming #books
I just published my first Elixir + Phoenix LiveView package: Phoenix SVG Sprites!
Merge all of your SVG assets into one file, and display them individually, just like you do with <.icon />.
more info: www.argylewerewolf.com/code/sprites/
GitHub: github.com/ArgyleWerewo...
#Elixir #PhoenixLiveView
Merge all of your SVG assets into one file, and display them individually, just like you do with <.icon />.
more info: www.argylewerewolf.com/code/sprites/
GitHub: github.com/ArgyleWerewo...
#Elixir #PhoenixLiveView
May 2, 2025 at 4:47 PM
I just published my first Elixir + Phoenix LiveView package: Phoenix SVG Sprites!
Merge all of your SVG assets into one file, and display them individually, just like you do with <.icon />.
more info: www.argylewerewolf.com/code/sprites/
GitHub: github.com/ArgyleWerewo...
#Elixir #PhoenixLiveView
Merge all of your SVG assets into one file, and display them individually, just like you do with <.icon />.
more info: www.argylewerewolf.com/code/sprites/
GitHub: github.com/ArgyleWerewo...
#Elixir #PhoenixLiveView
[2] Created schemas and migrated.
I used #ChatGPT for high level project discussion, specifically requesting not to show code. I followed the instructions here:
hexdocs.pm/phoenix/ecto...
#elixirlang #phoenixliveview #buildinpublic #elixir
I used #ChatGPT for high level project discussion, specifically requesting not to show code. I followed the instructions here:
hexdocs.pm/phoenix/ecto...
#elixirlang #phoenixliveview #buildinpublic #elixir
Ecto — Phoenix v1.7.21
hexdocs.pm
April 9, 2025 at 8:25 PM
[2] Created schemas and migrated.
I used #ChatGPT for high level project discussion, specifically requesting not to show code. I followed the instructions here:
hexdocs.pm/phoenix/ecto...
#elixirlang #phoenixliveview #buildinpublic #elixir
I used #ChatGPT for high level project discussion, specifically requesting not to show code. I followed the instructions here:
hexdocs.pm/phoenix/ecto...
#elixirlang #phoenixliveview #buildinpublic #elixir
Tomorrow's stream is going to be more #HanoiDB in #RustLang, but I'd love to start a new project soon. Here are some ideas, lmk what you think:
- Web app with #leptos or #PhoenixLiveView
- Another attempt at a game in #BevyFramework
- CLI tool with #ratatui
Add your own idea in reply!
- Web app with #leptos or #PhoenixLiveView
- Another attempt at a game in #BevyFramework
- CLI tool with #ratatui
Add your own idea in reply!
November 23, 2024 at 10:35 PM
Tomorrow's stream is going to be more #HanoiDB in #RustLang, but I'd love to start a new project soon. Here are some ideas, lmk what you think:
- Web app with #leptos or #PhoenixLiveView
- Another attempt at a game in #BevyFramework
- CLI tool with #ratatui
Add your own idea in reply!
- Web app with #leptos or #PhoenixLiveView
- Another attempt at a game in #BevyFramework
- CLI tool with #ratatui
Add your own idea in reply!
Kevin Bolton sharing ways he’s using his magic programming tools!
@elixir-lang.org @oban.pro @ash-hq.org #phoenixLiveview
#ElixirLang
@elixir-lang.org @oban.pro @ash-hq.org #phoenixLiveview
#ElixirLang
May 9, 2025 at 3:39 PM
Kevin Bolton sharing ways he’s using his magic programming tools!
@elixir-lang.org @oban.pro @ash-hq.org #phoenixLiveview
#ElixirLang
@elixir-lang.org @oban.pro @ash-hq.org #phoenixLiveview
#ElixirLang
Really proud of our partnership with Vexillum (vexillum.com.au) leveraging #Ash, #PhoenixLiveView & #ElixirLang! This collaboration highlights @teamalembic.bsky.social's commitment to lean solutions & ability to deliver impactful software efficiently.
Read more here: alembic.com.au/case-studies...
Read more here: alembic.com.au/case-studies...
Vexillum – Because Detail Matters
vexillum.com.au
March 25, 2025 at 11:42 PM
Really proud of our partnership with Vexillum (vexillum.com.au) leveraging #Ash, #PhoenixLiveView & #ElixirLang! This collaboration highlights @teamalembic.bsky.social's commitment to lean solutions & ability to deliver impactful software efficiently.
Read more here: alembic.com.au/case-studies...
Read more here: alembic.com.au/case-studies...
📢 Phoenix DYK - Libraries - Phoenix & Phoenix LiveView Components and UI Kit Library mishka_chelekom
Did you know about this library to generate components in your project via the mix CLI?
github.com/mishka-group... by @shahryar-tbiz.bsky.social
#ElixirLang #PhoenixLiveView #ElixirPhoenix
Did you know about this library to generate components in your project via the mix CLI?
github.com/mishka-group... by @shahryar-tbiz.bsky.social
#ElixirLang #PhoenixLiveView #ElixirPhoenix
GitHub - mishka-group/mishka_chelekom: Mishka Chelekom is a fully featured components and UI kit library for Phoenix & Phoenix LiveView
Mishka Chelekom is a fully featured components and UI kit library for Phoenix & Phoenix LiveView - mishka-group/mishka_chelekom
github.com
January 25, 2025 at 9:12 PM
📢 Phoenix DYK - Libraries - Phoenix & Phoenix LiveView Components and UI Kit Library mishka_chelekom
Did you know about this library to generate components in your project via the mix CLI?
github.com/mishka-group... by @shahryar-tbiz.bsky.social
#ElixirLang #PhoenixLiveView #ElixirPhoenix
Did you know about this library to generate components in your project via the mix CLI?
github.com/mishka-group... by @shahryar-tbiz.bsky.social
#ElixirLang #PhoenixLiveView #ElixirPhoenix
LiveView debugger API ✨
curiosum.com/sl/qrig5f93
#elixirlang #myelixirstatus #liveview #phoenixliveview #elixircommunity #elixirprogramming
curiosum.com/sl/qrig5f93
#elixirlang #myelixirstatus #liveview #phoenixliveview #elixircommunity #elixirprogramming
May 6, 2025 at 10:45 AM
LiveView debugger API ✨
curiosum.com/sl/qrig5f93
#elixirlang #myelixirstatus #liveview #phoenixliveview #elixircommunity #elixirprogramming
curiosum.com/sl/qrig5f93
#elixirlang #myelixirstatus #liveview #phoenixliveview #elixircommunity #elixirprogramming
Did you know LiveViews can be embedded inside any web application? Fetch the disconnected HTML, insert in the document, call liveSocket.connect, profit. I'm experimenting with this approach to support incremental migration to #PhoenixLiveView #ElixirLang
December 9, 2024 at 1:41 PM
Did you know LiveViews can be embedded inside any web application? Fetch the disconnected HTML, insert in the document, call liveSocket.connect, profit. I'm experimenting with this approach to support incremental migration to #PhoenixLiveView #ElixirLang
Macro component?!
curiosum.com/sl/mx2gqgu4
#phoenixliveview #elixirlang #macrocomponents #webdevelopment #functionalprogramming #opensource #javascripthooks
curiosum.com/sl/mx2gqgu4
#phoenixliveview #elixirlang #macrocomponents #webdevelopment #functionalprogramming #opensource #javascripthooks
June 2, 2025 at 10:25 AM
📢 Phoenix DYK - Libraries - Salad UI - Phoenix Liveview component library inspired by shadcn UI
Did you know about Salad UI, by Dung Nguyen Tien, to generate components in your project via the mix CLI?
#PhoenixDYK #ElixirLang #PhoenixLiveVIew #LiveView
Did you know about Salad UI, by Dung Nguyen Tien, to generate components in your project via the mix CLI?
#PhoenixDYK #ElixirLang #PhoenixLiveVIew #LiveView
GitHub - bluzky/salad_ui: Phoenix Liveview component library inspired by shadcn UI
Phoenix Liveview component library inspired by shadcn UI - bluzky/salad_ui
github.com
January 27, 2025 at 6:19 PM
📢 Phoenix DYK - Libraries - Salad UI - Phoenix Liveview component library inspired by shadcn UI
Did you know about Salad UI, by Dung Nguyen Tien, to generate components in your project via the mix CLI?
#PhoenixDYK #ElixirLang #PhoenixLiveVIew #LiveView
Did you know about Salad UI, by Dung Nguyen Tien, to generate components in your project via the mix CLI?
#PhoenixDYK #ElixirLang #PhoenixLiveVIew #LiveView
🎄 Christmas present for us - Elixir 1.18 is here, and Phoenix LiveView has hit the milestone v1.0.0. Exciting times for the community! 🚀
elixir-lang.org/blog/2024/12...
#ElixirLang #PhoenixLiveView
elixir-lang.org/blog/2024/12...
#ElixirLang #PhoenixLiveView
Elixir v1.18 released: type checking of calls, LSP listeners, built-in JSON, and more
Elixir v1.18 released: type checking of function calls, Language Server listeners, built-in JSON, ExUnit improvements, mix format –migrate, and more
elixir-lang.org
December 24, 2024 at 1:04 AM
🎄 Christmas present for us - Elixir 1.18 is here, and Phoenix LiveView has hit the milestone v1.0.0. Exciting times for the community! 🚀
elixir-lang.org/blog/2024/12...
#ElixirLang #PhoenixLiveView
elixir-lang.org/blog/2024/12...
#ElixirLang #PhoenixLiveView
[1] Repo created. Phoenix spun up. First commit.
Troubleshot some `mix` issues with both ChatGPT and google search.
I think next step is to confirm my Postgres connection works locally.
#buildinpublic #phoenixliveview #elixir
Troubleshot some `mix` issues with both ChatGPT and google search.
I think next step is to confirm my Postgres connection works locally.
#buildinpublic #phoenixliveview #elixir
April 8, 2025 at 8:15 PM
[1] Repo created. Phoenix spun up. First commit.
Troubleshot some `mix` issues with both ChatGPT and google search.
I think next step is to confirm my Postgres connection works locally.
#buildinpublic #phoenixliveview #elixir
Troubleshot some `mix` issues with both ChatGPT and google search.
I think next step is to confirm my Postgres connection works locally.
#buildinpublic #phoenixliveview #elixir
Combining LiveView streams with async to make it smooth and intuitive UI experience 👌🏾
#ElixirLang #myelixirstatus #PhoenixLiveView
#ElixirLang #myelixirstatus #PhoenixLiveView
Using streams and async together in LiveView - Jaeyson Anthony Y.
Async and streams come together just like bread and butter :)
jaeyson.dev
March 4, 2025 at 10:21 AM
Combining LiveView streams with async to make it smooth and intuitive UI experience 👌🏾
#ElixirLang #myelixirstatus #PhoenixLiveView
#ElixirLang #myelixirstatus #PhoenixLiveView
Thank you for the motivation! I’ve written a blog post about it.
#ElixirLang #BEAM #PhoenixLiveView
dev.to/herminiotorr...
#ElixirLang #BEAM #PhoenixLiveView
dev.to/herminiotorr...
Bridging the Gap: Simplifying Live Component Invocation in Phoenix LiveView
Inspired by a conversation on Bsky (Thanks Netto) about the release of Phoenix LiveView 1.0. The...
dev.to
December 4, 2024 at 2:57 PM
Thank you for the motivation! I’ve written a blog post about it.
#ElixirLang #BEAM #PhoenixLiveView
dev.to/herminiotorr...
#ElixirLang #BEAM #PhoenixLiveView
dev.to/herminiotorr...
Playing around with the new UI still, but having trouble with #PhoenixLiveView streams. When i click edit and then cancel, all my words disappear and I have to reload. I suspect its some interaction between my mount function and the "apply_action" function the view was generated with #ElixirLang
November 17, 2024 at 10:47 PM
Playing around with the new UI still, but having trouble with #PhoenixLiveView streams. When i click edit and then cancel, all my words disappear and I have to reload. I suspect its some interaction between my mount function and the "apply_action" function the view was generated with #ElixirLang
My site argylewerewolf.com is a work in progress, but it now supports light & dark modes (with a monstery flair), and WCAG-compliant colours (using named CSS colours only).
Hand-written #Elixir + #PhoenixLiveview guts, #Sass (no Tailwind!) theming, & vanilla JS for light/dark mode.
PS: hire me!
Hand-written #Elixir + #PhoenixLiveview guts, #Sass (no Tailwind!) theming, & vanilla JS for light/dark mode.
PS: hire me!
May 4, 2025 at 6:28 PM
My site argylewerewolf.com is a work in progress, but it now supports light & dark modes (with a monstery flair), and WCAG-compliant colours (using named CSS colours only).
Hand-written #Elixir + #PhoenixLiveview guts, #Sass (no Tailwind!) theming, & vanilla JS for light/dark mode.
PS: hire me!
Hand-written #Elixir + #PhoenixLiveview guts, #Sass (no Tailwind!) theming, & vanilla JS for light/dark mode.
PS: hire me!
While working on Colocated Hooks in LiveView, we also found some other cool things you can do, such as rendering markdown at compile time 👀 #MyElixirStatus #ElixirLang #PhoenixLiveView
May 23, 2025 at 8:04 AM
While working on Colocated Hooks in LiveView, we also found some other cool things you can do, such as rendering markdown at compile time 👀 #MyElixirStatus #ElixirLang #PhoenixLiveView
The @electric-sql.com team have built a tone of awesome demos over the last month or so 🚀
- Integrated with Next.js, Tanstack, Remix, Phoenix Liveview
- Colaborative editing with Yjs
- Auth and write patterns
- Sync into Redis
- and e2e Encryption
All online to try!
- Integrated with Next.js, Tanstack, Remix, Phoenix Liveview
- Colaborative editing with Yjs
- Auth and write patterns
- Sync into Redis
- and e2e Encryption
All online to try!
New demos and technical examples electric-sql.com/demos
December 18, 2024 at 12:03 AM