Latest #liveview Threads 
I created a hex package to provide a reusable abstraction for computed properties in LiveViews.
The specific use-case that was giving me...
New
I’ve been running into DBConnection.ConnectionError: client exited errors in LiveView tests whenever using assign_async/3. The async task...
New
If I need to ship a new product in a week, Phoenix LiveView is my go-to framework.
Elixir LiveView is incredible, and an alluring choice...
New
1. Enhancements
Elixir
[Kernel] Support /E modifier for regular expressions in config files
Mix
[mix compile] Allow forcing specific c...
New
I’ve been writing LiveView since 2020. In that time, I’ve seen the same three form mistakes at multiple companies. Here’s what they are a...
New
:glowing_star: Looking for Contributors to Join PyraUI
Hey everyone :waving_hand:
I’ve been working on PyraUI — a modern UI component li...
New
Hi there! At Moon Design System, we have been working hard for the past six months on the next generation of our LiveView component libra...
New
The Issue of Enums in Elixir
Elixir doesn’t have a native enum construct, so we usually rely on atoms, strings, or macros to represent na...
New
A tip for my future self!
When testing LiveViews, it is often useful to test what happens on socket disconnection-reconnection. This cyc...
New
Is it possible to navigate to a LiveView in init (i.e. without clicking a link)? I am hoping to preserve my ash_authentication_phoenix s...
New
This Week's Trending
This Month's Trending
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
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
Bruce A. Tate @redrapids and Sophie DeBenedetto @SophieDeBenedetto
edited by Jacquelyn Carter @jkcarter
The days of the traditional requ...
New
Awesome!
I am glad to welcome Elixir’s official Language Server team, formed by (in alphabetical order):
Jonatan Kłosko
Łukasz Samson...
New
WebAuthnLiveComponent WebAuthnComponents
See this post about renaming the package.
Passwordless authentication for Phoenix LiveView app...
New
Hi everyone :waving_hand:
Posting here to showcase and announce that Metamorphic is now officially live on a public-facing domain at htt...
New
Hi! Today, after a couple weeks of development I’ve released v0.1 of LiveVue.
It’s a seamless integration of Vue and Phoenix LiveView, i...
New
Announcing ErrorTracker, an Elixir-based built-in error tracking solution.
Features
Basic, free, built-in error tracking solution. Trac...
New
Does anyone know what is the point of:
let csrfToken = document.querySelector("meta[name='csrf-token']").getAttribute("content")
let liv...
New
Announcing Live Toast: a replacement toast/flash component for Phoenix LiveView, heavily inspired by the look of Sonner (the amazing toas...
New
Bonfire is an open source framework for building modular federated digital spaces. It’s built entirely with Elixir, including LiveView (a...
New
Phoenix Live Favicon
Favicon manipulation for Phoenix Live
A lib enabling dynamic favicons in Phoenix Live View applications.
To sho...
New
I’m happy to announce LiveDebugger v0.1.0! :mega:
LiveDebugger is a browser-based tool for debugging LiveView applications, designed to ...
New
This powerful library works together with Phoenix Router to provide the ultimate routing solution. It simplifies route manipulation, givi...
New
Last Three Year's Trending
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
What is ContEx?
A pure Elixir server-side data plotting/charting library outputting SVG.
It has nice barcharts in particular and works g...
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
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
Hi everyone,
I recently implemented a real-time search feature in a Phoenix application using LiveView and Tailwind, and I wanted to sha...
New
LiveView 1.0.0-rc.0 is out!
This 1.0 milestone comes almost six years after the first LiveView commit. I published a Phoenix blog highli...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
Background
I have finally managed to create a demo LiveView app. I can even release it with MIX_ENV=prod mix release and it works by runn...
New
Hi!
I wanted to introduce my latest project LiveSvelte. It allows you to render Svelte inside LiveView with end-to-end reactivity. It’s ...
New
Hey, I have very restricted resources and time so I’m trying to understand the best way to learn Liveview in terms of cost/time.
The Pra...
New
Now available on Gumroad
Hi folks! Peter Ullrich here :slight_smile:
I’m happy to announce my very first video course called Build an MV...
New
While reading Programming Phoenix LiveView, I came across a section (Model Change with Schemaless Changesets - Chapter 5) which goes thro...
New
I want to read an excel file, insert some data, add some data validation functions to the sheet and save the Excel file. I had a look at ...
New
Hey guys I’ve made a guide on how to connect Quill to Phoenix.
For the sake of formatting it might be easier to view it on my Notion Doc...
New
Greetings Productive Programmer,
Early access to our Phoenix 1.7 LiveView course is now live and it’s FREE! The first Several videos (60...
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
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
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
hello Guys,
I am trying to upload a photo on S3 Amazon by the course LiveView of the PragProg.
And I am having some errors.
on the ap...
New
Hello :wave:
I followed some interesting thread , thread2 & others regarding state-management with non-trivial UI situations (eg a f...
New
I’ve decided to create this topic to discuss optimization possibilities for something like Phoenix LiveView. I’ve created this topic unde...
New
Howdy Everyone, :waving_hand:
TLDR: Early access to our Phoenix LiveView course is now open… and it’s free! The first 7 videos (75 minut...
New
LiveMotion enables high performance animations declared on the server and run on the client.
As a follow up to my previous thread A libr...
New
What’s the equivalent Heex of this Leex example:
<ul>
<%= for {option, css_class} <- @options do %>
<li>
...
New
How can I handle query parameters in a live view? I.e an url such as /books?category=drama&author=John
Router.ex
live "/books", Bo...
New
ElixirConf US 2018 – Closing Keynote – Chris McCord (@chrismccord)
All talks thread:
New
Background
I am trying to do a Phoenix LiveView project to learn how it works. To this extent, I have, in my windows 10 machine, installe...
New
Prometheus metrics and Grafana dashboards for all of your favorite Elixir libraries
I have been put...
New
Hi All.
I’ve started to look at Surface and it looks really good. I have a fairly complex LiveView app at the moment and I was consideri...
New
Hi,
Basically I’m coding an order system. There’re Products, Customer, Order and OrderItems tables.
My Order form is like attached capt...
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
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







