Latest #phoenix_live_view Threads Top

UlfAnger
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
pecampelo
Both in a professional level, with enterprise production apps, and personal projects with others, some people I know have a hard time con...
New
mnkhod
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
Gigitsu
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
matt-savvy
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
clemensm
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
zac
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
zac
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
sezaru
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
laibulle
: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 Top

This Month's Trending Top

UlfAnger
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
pecampelo
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 Top

bluzky
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...
384 13673 119
New
Flo0807
Hello everyone! I am excited to share our heart project Backpex with you. After building several Phoenix applications, we realized that...
New
laibulle
:rocket: Introducing WeCraft: A Build-in-Public Platform Built with Phoenix LiveView Hey Elixir community! :waving_hand: I’m excited to ...
New
alisinabh
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
matt-savvy
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
sezaru
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
mnkhod
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
fabricedge1
Question: Is there a default value that a option can have in select component? I am using LiveView <.input field={@form[:theme]} val...
New
zac
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
ryana
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
Gigitsu
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
zac
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
clemensm
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 Top

phcurado
DaisyUIComponents is a library that seamlessly integrates the amazing DaisyUI component library into your Phoenix LiveView project. It r...
New
nelco63
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
francoabaroa
“WebSocket connection to ‘ws://192…:4000/phoenix/live_reload/socket/websocket?vsn=2.0.0’ failed: WebSocket is closed due to suspension.” ...
New
filip-rybczynski
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
CDierolf
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
New
matt-savvy
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
mikesax
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
shahryarjb
if I put this <input type="hidden" name="id" value="<%= item.id %>"> line in lee file LiveView in handle event repeat html ta...
New
IdoLeshkowitz
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
alisyd
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
nduitz
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
anagrius
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
ream88
I’m currently experiencing a very strange problem. I have a LiveView that displays a dialog (using the native <dialog> element) whi...
New
KalleJoP
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 Top

shahryarjb
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
SpoonWood
Hello Everyone, We are using LiveView to build a feature that displays some information in the admin dashboard of our Application, but w...
New
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 comp...
New
flmel
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
clemensm
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
D4no0
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
jc00ke
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
blset
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
vermaxik
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
ream88
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
clemensm
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
kdubovikov
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
pierrefourgeaud
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
New
anthonator
KinoComponent enables rendering Phoenix function components directly in Livebook. It’s ideal for experimenting with, documenting or creat...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement