pillaiindu

pillaiindu

What is Phoenix LiveView?

I read this blog post at Medium, but it doesn’t go into details about what Phenix LiveView actually is. I would love to hear about it from Chris or Jose. Thank you all!

Marked As Solved

kokolegorille

kokolegorille

It’s a server side live rendering library where the page is updated live - no large/complex JS required! It’s similar to Drab which has proven very popular in the community.

Here is the forum’s official info thread/wiki: Phoenix LiveView Info

You might also like the discussion in this thread: 54) ElixirConf US 2018 – Closing Keynote – Chris McCord and the Phoenix LiveView blog posts thread.

As well as the liveview tag.

Also Liked

fmcgeough

fmcgeough

I’ve been using drab for a postmortem tool (allows collection of information about an event - production incident, end of sprint, etc). Updating UI from server over web sockets is very cool for apps that need a certain level of interactivity—- but not enough to warrant a full fledged JS client app. Up until web sockets and libraries like drab and LiveView most developers had to choose and use a JS framework.

These new web socket based libraries allow a different and, to me, very appealing alternative to JS libraries. Can’t always be used and you have to analyze what problems you’re solving.

Where Next?

Popular in Questions Top

joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

Other popular topics Top

hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
985 44778 311
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New

We're in Beta

About us Mission Statement