slashdotdash

slashdotdash

Phoenix Live View is now publicly available on GitHub.

Here’s Chris McCord’s tweet announcing making it public.

Showing Posts 1 to 10

DevotionGeo

DevotionGeo

Everybody go and star the LiveView’s repo, to encourage and thank @chrismccord for his awesome work and contributions to the community.

26
Post #1
ppiechota

ppiechota

So… my weekend plans just changed :smiley:

18
Post #2
axelson

axelson

Scenic Core Team

Here’s a link to the official Dockyard blog post by Chris: Phoenix LiveView: Interactive, Real-Time Apps. No Need to Write JavaScript. - DockYard

WolfDan

WolfDan

It looks amazing! But is just me or this workflow of sync client data with server one can take a lot of network bandwidth?

E.g:

https://i.imgur.com/DYIv3ut.gif

On a SPA or Server Render you normally don’t tranfer so often

chrismccord

chrismccord

Creator of Phoenix

For an “image editor”, yes, absolutely would use more bandwidth than a client app, but that example is more to showoff the minimal diffs we apply on both client and server. The autocomplete search example is a much better real-world comparison when discussing bandwidth:

https://i.imgur.com/WWAHTR3.gif

In this case, the LiveView diffs match the best, most optimized server JSON you could write by hand, and you get that for free with zero effort. For some use cases we will use more bandwidth , like real-time form validations, but there are others where we can match, or potentially beat, a SPA bandwidth wise.

29
Post #5
josevalim

josevalim

Creator of Elixir

To add to what Chris said, there is also a feature to add debouncing/throttling in the cases you don’t want to immediately send changes all the time to the server.

27
Post #6
WolfDan

WolfDan

Oh I see makes sense then, In your opinion what are the best use cases for LiveView? Do you think something like a social network could fit into it?

That’s what I love about Elixir community in general! You think about everything when giving us new tools/features, thank you for the amazing work guys!

AstonJ

AstonJ

Whooo hoo! Congrats Chris, José and everyone who worked on or helped contribute towards it :orange_heart:

Can’t wait to try it out now :003:

(Have also split these posts into a dedicated thread :023:)

simon

simon

+1.

I’m really, really keen to start playing with this and finally seeing if I could replace Meteor with it for the application I want to update (and now migrate).

Ninigi

Ninigi

Can’t wait to try this out!

Big "thank you"s to everyone involved in that project, now lets all take this baby for a test drive and give feedback, so they can continue their work :smile:

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 92995 915
New
caslu
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
GES233
I’m posting this in response to Jose’s recent tweet (Cr. link) : People are sleeping on Elixir for a coding harness: Hot-code swappi...
New
_mfierro
Hello, I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
marciol
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
durvia
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes. We’re a small ...
New

Other Trending Topics Top

garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews