Latest #liveview Threads 
SuperAPI will be hosting the Melbourne Elixir meetup this Thursday, August 6th. The event will be held at Level 2, 525 Collins St (Rialto...
New
Alexey Kondratenko
PERSONAL DETAILS
Email: ialexey.kondratenko@gmail.com
Location: Ukraine, Kiev
LinkedIn: Alexey Kondratenko – 123f...
New
Hi everyone!
I’d like to introduce Essence UI, a component library for Phoenix LiveView heavily inspired by Radix UI and built around a ...
New
Greetings and salutations!
We’ve been building keen_phoenix_svelte at KeenMate (now v1.0.0-rc.9), and we’d like your feedback, although ...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Hi Everyone! Here’s what’s waiting for you this year at Code BEAM Europe 2026.
3 TUTORIALS
October 20, 2026, 9:00-17:00 CEST
:one: Mat...
New
I wrote about an issue I had with a LiveView application, and how I solved the problem by debouncing updates server-side (within the Live...
New
Hi everyone,
ElixirConf US 2026 is looking for volunteers! The conference takes place Sept 10-11, and it’s a hybrid event, so you can vo...
New
Hi all!
I’ve been working on some RAW (no framework) web components for one of our projects to see how well they behave with Phoenix Liv...
New
With LiveView 1.2 you can move a surprising amount of client-side code back into Elixir. I refactored a trivia game to show how: server-c...
New
This Week's Trending
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
New
Greetings and salutations!
We’ve been building keen_phoenix_svelte at KeenMate (now v1.0.0-rc.9), and we’d like your feedback, although ...
New
This Month's Trending
Hi everyone :waving_hand:
Posting here to showcase and announce that Metamorphic is now officially live on a public-facing domain at htt...
New
Hey there :waving_hand:
I want to introduce Fluxon UI, a modern UI component library for Phoenix LiveView that I have been working on fo...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated!
To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead.
Sta...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Hi everyone!
I’d like to introduce Essence UI, a component library for Phoenix LiveView heavily inspired by Radix UI and built around a ...
New
I wrote about an issue I had with a LiveView application, and how I solved the problem by debouncing updates server-side (within the Live...
New
Annotai is a dev-only annotation widget for Phoenix apps. You click an element on the running page, leave a note, and it goes straight to...
New
Wallabidi is a concurrent browser testing for Elixir. You write a test once and it runs on the cheapest driver that supports it — from an...
New
Hi all!
I’ve been working on some RAW (no framework) web components for one of our projects to see how well they behave with Phoenix Liv...
New
I’ve followed the Phoenix LiveView file upload code here Uploads — Phoenix LiveView v1.0.0-rc.7 and so far everything works just fine wit...
New
Hi everyone.
I’ve been working on a Phoenix LiveView library that lets you enable/disable routes in real time from a protected dashboard...
New
I’m releasing a library called biomine , a library for formatting JavaScript (TypeScript is also supported) and CSS code using the Biome ...
New
I’ve been posting videos about LiveView JS Commands in my Youtube channel and so far I have 3 already published and 5 recorded and in edi...
New
This Year's Trending
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar.
I p...
New
Please, let me know if this kind of discussion already took place in another topic
.
Hi all, how do you consider if is better to build ...
New
Hello everyone!
I am excited to share our heart project Backpex with you.
After building several Phoenix applications, we realized that...
New
With HEEX released we decided to start a components library using Tailwind CSS - check it out here: Petal Components.
We also have a boi...
New
I recently came across the javascript library htmx. It reminded me a lot of liveview so I thought the community here might be interested....
New
Hi,
I thought I had posted my library before but seems I hadn’t. The project is still in early stages but it’s growing and so I think it...
New
Hi! :waving_hand:
I would like to present LiveSelect, a little library that I wrote to easily add a dynamic selection input to your LV f...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
Hi!
I’m prepping to use flatpickr, a date picking library which attaches to a specific input field. I’m curious as to the best approach ...
New
WebAuthnLiveComponent WebAuthnComponents
See this post about renaming the package.
Passwordless authentication for Phoenix LiveView app...
New
Hi all,
I have the following apps:
an application server that host my Elixir, Phoenix app hosted on Fly.io
an AI server hosting OpenAI...
New
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
I recently started exploring LiveView.
I can’t figure out how to pass custom named slots into <.live_component>.
Here is my code:...
New
One of my LiveView view’s has a very heavy javascript dependency so I want to avoid loading it for every page on the site, while still us...
New
Hi,
I’m looking at improving the text editing capabilities in our app and would like to introduce a rich text editor experience like tip...
New
Last Three Year's Trending
Hi!
Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New
Phoenix Live View is now publicly available on GitHub.
Here’s Chris McCord’s tweet announcing making it public.
New
When reading about live view, I read this from José:
Why would the login be an horrible idea for LiveView?
And, as a more general ques...
New
Is there a way to have a flash message disappear (fade out) after a few seconds, please? Can’t find anything in docs nor on internets. Fe...
New
I am coding my first Liveview application. Liveview is awesome, but I have been stumped on something for several days now and need some ...
New
After working on it for a couple of months and using it in production for most of that time, today I’ve released LiveAdmin, a LiveView ba...
New
I want to disable websockets in my browser (e.g Chrome, Firefox, etc) to experience the JS fallback (longPoll) in my LiveView application...
New
What is ContEx?
A pure Elixir server-side data plotting/charting library outputting SVG.
It has nice barcharts in particular and works g...
New
Hi all,
I’m trying to use pdf.js and importing it like so:
import PDFJS from "../vendor/pdf.mjs"
so I can use it in a Hook to render t...
New
Hello! I stuck with the display flash at my LiveView template. And whatever I do, I don’t see the message on the page. I have two fields ...
New
I know I can have heex attributes like phx-click="eventid" in the markup and then
def handle_event("eventid", _, socket), do: [...]
But...
New
Hi all,
I am trying to convince my team to use liveview over the current react. What are some of the points where one should consider us...
New
Are there any downsides, like perf issues, to putting all functional components in CoreComponents as long as you prefix it with the conte...
New
Hello all!
I am testing out live view, and have a button as follows:
<%= link “DELETE” to: “#”, phx_click: “delete_row”, phx_value: ...
New
Hi. I need some advice on choosing between LiveView and Vue.
My team’s current tech stack is Elixir, Phoenix, LiveView, and Vue. I find ...
New
Trending Over Three Years
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
New
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
Hi everyone,
I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including.
What is Phoenix LiveV...
New
Hi all,
I’m a bit confused about the role of handle_params in the LiveView life cycle. I’ve read Phoenix.LiveView — Phoenix LiveView v1....
New
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
Simple question re. code organization: do you do preloads in context, or in controller/liveview?
Say a basic function in context looks l...
New
Background
I have a little pet project that does some requests to an external site. The logic is pretty much figured out and now I want t...
New
This is a post to discuss the new Phoenix LiveView functionality.
From Chris’s talk, it appears that they generate all HTML on the serve...
New
I’ve been reading the docs lately on LiveView and I’m having trouble figuring out when to use the above functions to change pages.
Can s...
New
Hey all, I’m new to elixir and getting the following error:
** (FunctionClauseError) no function clause matching in TSS.DriverStatuses.l...
New
My router:
live "/cities/:id/users", CityLive
I tried the handle_params function but it was never called:
def handle_params(%{"id" =&g...
New
Just saw that dhh announced https://hotwire.dev/
Is it just me or is this essentially live view? :smiley:
Although I like the “iFrame-e...
New
any suggestions on how to convert
this:
[mss: “Market Support Specialist”]
to this:
[{“mss”, “Market Support Specialist”}]
thanku
New
Hi,
What would be a good way to pass some information from the conn to the LiveView socket ?
Let’s assume the following example
router...
New
- Follow
- Join
- Shape
the conversation
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance









