tcoopman
Phoenix liveview 1.0 is out 🎉
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 ![]()
![]()
Most Liked
redrapids
Thank you! To be clear. the endless revisions mean that someone has been doing a lot of work on behalf of all of us. This is a fabulous accomplishment by the whole Phoenix team, and endless people who have promoted, used, built, and otherwise made this framework flourish.
Congrats, team.
Now, to the basement to work on the first release candidate for Programming Phoenix LiveView. ![]()
frankdugan3
LiveView’s initial announcement is what brought me to Elixir. I’ve been using it in prod shortly after first release and have never looked back. 1.0 to me feels like a confirmation I made the right choice, and even stronger confidence that things are going to be pretty stable going forward. I’m very grateful to the Phoenix team for taking the time to refine it by fire.
onelixir
Popular in Discussions
Other popular topics
Categories:
Sub Categories:
Forums
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
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex










