Phoenix LiveView blog posts

I think liveview is going to be a big topic in the foreseeable future, so wondering whether it might be useful to have a dedicated thread for blog posts about it.

If you write or spot a blog post about LiveView please post it here :023:

2 Likes

https://leveljournal.com/why-phoenix-liveview-is-a-big-deal

https://medium.com/@mahcloud/phoenix-live-view-27fb60ee72c9

2 Likes

Here’s another one from @darinwilson

https://shift.infinite.red/phoenixs-liveview-client-side-elixir-at-last-2280716ae791

3 Likes

By @danielberkompas

(LiveView covered at the end)

1 Like

It’s here! Phoenix LiveView leverages server-rendered HTML and Phoenix’s native WebSocket tooling so you can build fancy real-time features without all that complicated JavaScript. If you’re sick to death of writing JS (I had a bad day with Redux, don’t ask), then this is the library for you!

Phoenix LiveView is brand brand new so I thought I’d provide a short write-up of a super simple demo I built for anyone looking to get up and running. Keep in mind that the library is still a release candidate and as such, is subject to change.

https://elixirschool.com/blog/phoenix-live-view

2 Likes

Elixir Phoenix LiveView with a real world example
There’s been a few examples floating here and there, and Chris added a few useful examples on his Github, but I haven’t seen much real world examples yet. And since I migrated the sandbox on joeschmoe.io to use it, I felt like it’d be interesting to share a real example!

http://jypepin.com/elixir-phoenix-liveview-with-a-real-world-example

by @Jauny

1 Like

This livestream was quite educational for me. You will see the types of errors you will likely encounter when converting a static page to LiveView and he figures it out right before your eyes.

3 Likes

@smeade made a nice post on his initial impressions of LiveView:

https://haughtcodeworks.com/blog/software-development/elixir-phoenix-liveview/

2 Likes