Phoenix Liveview 0.18 is out - what are you looking forward to the most?

Seems like it’s out everyone.

https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html

However Phoenix itself isn’t using it yet by default.

Just generated a new Phoenix project with latest Phoenix 1.6.12:

➜  Work mix archive.install hex phx_new        
Resolving Hex dependencies...
Dependency resolution completed:
New:
  phx_new 1.6.12

{:phoenix_live_view, "~> 0.17.5"},

Really eager to try out the new Liveview component css class helpers, new routes and phx.gen.auth --live flag.

What are you looking forward to the most?

4 Likes

Phoenix 1.7 will ship with LiveView 0.18 and all the generators (phx.gen.html|live|auth|) will use component-based templates with declarative assigns :slight_smile:

27 Likes

That’s terrific can’t wait thank you for all the hard work since 2016 Elixir and Phoenix has been my ride or die platform

2 Likes