Latest #phoenix_live_view Threads 
A deep dive for engineers. This is the long one: every design decision, every config line, and every gotcha involved in running an embedd...
New
Both in a professional level, with enterprise production apps, and personal projects with others, some people I know have a hard time con...
New
Just finished reading about Phoenix Channels and now im confused on how i can use channels with LiveView to sync my page with everyone wh...
New
I was reading the Localized routes and path prefixes section of the Phoenix.VerifiedRoutes and I found this line:
In this case, you wou...
New
Hey gang, recently updated my core components and generated live views to fix a big frustration of mine. Wrote up a post here:
Does th...
New
Hi everyone
We’ve got a rather heavy SPA written with LiveView. The main “window” is a LiveView, and for historical reasons some of the ...
New
I’ve been digging into why Phoenix LiveView’s (forms, especially) sometimes “break” and become non-responsive.
It was a bit of a deep di...
New
Basic question here (I’m just starting with LiveView and relative Phoenix newbie, too). :confused:
I’d like to build a page that dynamic...
New
I have a library that has some components with hooks, I want to change these hooks to be colocated hooks and then, have them added to the...
New
:rocket: Introducing WeCraft: A Build-in-Public Platform Built with Phoenix LiveView
Hey Elixir community! :waving_hand:
I’m excited to ...
New
This Week's Trending
This Month's Trending
A deep dive for engineers. This is the long one: every design decision, every config line, and every gotcha involved in running an embedd...
New
Both in a professional level, with enterprise production apps, and personal projects with others, some people I know have a hard time con...
New
This Year'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
Hello everyone!
I am excited to share our heart project Backpex with you.
After building several Phoenix applications, we realized that...
New
:rocket: Introducing WeCraft: A Build-in-Public Platform Built with Phoenix LiveView
Hey Elixir community! :waving_hand:
I’m excited to ...
New
Hey everyone :wave:
I was recently working on a hobby project that I have deployed on a platform that did not provide quick and easy acc...
New
Hey gang, recently updated my core components and generated live views to fix a big frustration of mine. Wrote up a post here:
Does th...
New
I have a library that has some components with hooks, I want to change these hooks to be colocated hooks and then, have them added to the...
New
Just finished reading about Phoenix Channels and now im confused on how i can use channels with LiveView to sync my page with everyone wh...
New
Question: Is there a default value that a option can have in select component? I am using LiveView
<.input field={@form[:theme]} val...
New
I’ve been digging into why Phoenix LiveView’s (forms, especially) sometimes “break” and become non-responsive.
It was a bit of a deep di...
New
I am building my first Phoenix site. I’ve gone through most of the “Programming Phoenix LiveView” Bruce A. Tate and Sophie Benedetto and ...
New
I was reading the Localized routes and path prefixes section of the Phoenix.VerifiedRoutes and I found this line:
In this case, you wou...
New
Basic question here (I’m just starting with LiveView and relative Phoenix newbie, too). :confused:
I’d like to build a page that dynamic...
New
Hi everyone
We’ve got a rather heavy SPA written with LiveView. The main “window” is a LiveView, and for historical reasons some of the ...
New
Last Three Year's Trending
DaisyUIComponents is a library that seamlessly integrates the amazing DaisyUI component library into your Phoenix LiveView project.
It r...
New
We are interested in pivoting from React ECO to Elixir - Livewire - Ash but really struggling to find any real world use cases that will ...
New
“WebSocket connection to ‘ws://192…:4000/phoenix/live_reload/socket/websocket?vsn=2.0.0’ failed: WebSocket is closed due to suspension.” ...
New
Hello!
I’m still a newcomer to Elixir and Phoenix, I’ve only started using them early this year. So asking kindly for understanding if t...
New
Hello,
I’ve created a stream in a parent liveview that I want passed to a live_component. On the parent, when I create the stream:
...
New
At work we started a project and it’s the first time we use elixir phoenix (Live View) for backend and front-end. We have used Elixir Ph...
New
Hey gang, just want to share LiveSlides, a small side project I’ve been working on this month.
LiveSlides is a web app that lets you cre...
New
Facing a fundamental decision while looking to build a web app for small farms — pretty much a typical SAAS database app but with a non-t...
New
if I put this <input type="hidden" name="id" value="<%= item.id %>"> line in lee file LiveView in handle event repeat html ta...
New
Hey everyone :wave:
Im using sticky live view to render a navbar across my app. The issue is the navbar scroll position resets whenever ...
New
Hello there, we have an app built with phoenix liveview which shows tick by tick market data for selected stocks every second, the app wo...
New
Hey there.
I don’t know if this is intended behaviour, thus I wanted to open a discussion here before opening a bug report.
I tried to ...
New
Hey,
I try to keep my application state free of derived state. So I don’t for instance have:
{a: 1, b: 2, sum: 3}
But rather compute t...
New
I’m currently experiencing a very strange problem. I have a LiveView that displays a dialog (using the native <dialog> element) whi...
New
Hi everyone,
I’m trying to implement infinite scroll in both directions (up and down) using the phx-viewport-top and phx-viewport-bottom...
New
Trending Over Three Years
Hi, how can I send a broadcast or a message without subscribing in any module, and I can be able to receive this message in all LiveView ...
New
Hello Everyone,
We are using LiveView to build a feature that displays some information in the admin dashboard of our Application, but w...
New
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 comp...
New
Hello Everyone,
I’m trying to make Pow register form validation trough LiveView which I more or less succeeded at. However, upon user cr...
New
Hello everyone
I’ve recently started digging into phoenix LiveView, and so far I really like what I am seeing. Currently I am trying to ...
New
At the moment I have an API that returns json responses, the api is used for a mobile application. The next step is to create a web front...
New
I’m wondering what the best practices are around naming and organizing LiveViews and their components. How do you go about naming them, a...
New
I have the warning Phoenix.LiveView sessions require string keys, got: :user or :xxx
with version 0.5.0 and phoenix 1.4.11
when I try t...
New
Hello Elixir Community,
I would like to show you the Line98 game that fully written on Phoenix Live View.
It was my first game in devel...
New
I’m getting a super weird error when deploying an app with phoenix_live_view on Heroku:
09:33:03.143 [error] Ranch listener ReporterWeb....
New
Hi there
I’m currently working on an application for personal knowlege managment. We’ve recently added a new feature where you can inter...
New
I am trying to build a form that allows users to create a Team with leaders and members that I’ve set up as many_to_many relation with Us...
New
I have been working on a platform where we have to manage some kind of documents and particularly the versioning. I have the rest of the ...
New
I am using PubSub to list number of users that are in the database on the sidebar .
The sidebar is in a layout file as such .
<div&g...
New
KinoComponent enables rendering Phoenix function components directly in Livebook. It’s ideal for experimenting with, documenting or creat...
New
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
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







