tcoopman

tcoopman

LiveView 1.0.0 is out!

This 1.0 milestone comes six years after the first LiveView commit.

Why LiveView

I started LiveView to scratch an itch. I wanted to create dynamic server-rendered applications without writing JavaScript. I was tired of the inevitable ballooning complexity that it brings.

Think realtime form validations, updating the quantity in a shopping cart, or real-time streaming updates. Why does it require moving mountains to solve in a traditional stack? We write the HTTP glue or GraphQL schemas and resolvers, then we figure out which validation logic needs shared or dup’d. It goes on and on from there – how do we get localization information to the client? What data serializers do we need? How do we wire up WebSockets and IPC back to our code? Is our js bundle getting too large? I guess it’s time to start turning the Webpack or Parcel knobs. Wait Vite is a thing now? Or I guess Bun configuration is what we want? We’ve all felt this pain.

The idea was, what if we removed these problems entirely? HTTP can go away, and the server can handle all the rendering and dynamic update concerns. It felt like a heavy approach, but I knew Elixir and Phoenix was perfectly suited for it.

Six years later this programming model still feels like cheating. Everything is super fast. Payloads are tiny. Latency is best-in-class. Not only do you write less code, there’s simply less to think about when writing features.

Read in full on the Phoenix Blog here:

Dockyard also blogged: Phoenix LiveView Goes 1.0

Congratulations to the whole team who worked on this :heart::heart:

Showing Posts 1 to 10

onelixir

onelixir

Have been waiting for this moment so long! Thanks so much for all your hard work! :heart_eyes:

AstonJ

AstonJ

Congratulations Chris and everyone who has worked on LiveView - I can’t believe it’s been 6 years already!

I guess all good things come to those who wait! :smiley:

soyjeansoy

soyjeansoy

Wow, now is the best time for me to update my projects! :partying_face: :tada:

ThaddeusJiang

ThaddeusJiang

I’m particularly interested in the ā€œhot code upgradeā€ section in the blog. Could you explain how it’s implemented?

Are there any example codes?
Is it specific to the Fly platform?
Can I implement it with any Docker container?

Thanks

sreyansjain

sreyansjain

Wow, the much awaited is finally here. Congratulations Chris, Jose and the whole team :tada: :partying_face:

apoorv-2204

apoorv-2204

Congratulation to all the elixir and Phoenix team and all the people who worked on it.
Thank you Phoenix and elixir team

gregvaughn

gregvaughn

Congrats Phoenix team!

It might be age fogging my memory, but did LiveView take longer to hit 1.0 than Phoenix itself?

herman

herman

Want to shoutout to the Elixir and Phoenix devs, it was so cool to bump the package, run format and all the streamlined Heex changes applied automatically.


Small things like this makes working in the ecosystem a joy.

lkuty

lkuty

Congrats ! It is a joy to use. The whole Phoenix ecosystem and Elixir itself. Five years ago I rewrote an entire system I am responsible for (sole developer) from Erlang to Elixir and expanded it a lot thanks to Phoenix and in particular LiveView.

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 92995 915
New
cblavier
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
caslu
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
GES233
I’m posting this in response to Jose’s recent tweet (Cr. link) : People are sleeping on Elixir for a coding harness: Hot-code swappi...
New
marciol
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
durvia
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes. We’re a small ...
New

Other Trending Topics Top

marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
webofbits
Aludel - LLM Evaluation Workbench Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews