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
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
Here’s another one from @darinwilson
https://shift.infinite.red/phoenixs-liveview-client-side-elixir-at-last-2280716ae791
(LiveView covered at the end)
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.
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
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.
@smeade made a nice post on his initial impressions of LiveView:
https://haughtcodeworks.com/blog/software-development/elixir-phoenix-liveview/