Phoenix LiveView Compatibility ? #68
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
question
A question needs to be answered before progress can be made on this issue
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Chris McCord (creator of Phoenix) recently demoed an "in-development" feature called "LiveView":
https://dockyard.com/blog/2018/09/12/liveview-project-at-elixirconf-2018
https://youtu.be/Z2DU0qLfPIY (seriously, watch it!)
It has the potential to be game-changing in how Realtime Apps are built! 🚀
seriously, this will leave MetorJS for dust and make most ReactJS apps obsolete! (cc: @rub1e ... 😉)
However is still very much "pre-alpha" ... ⏳
As it comes from Chris, it will almost certainly gain instant adoption in the Elixir/Phoenix Community!
(beyond the fact the functionality is incredible, the "author effect" will play a huge role in traction!)
How can we Use it?
How can we proactively support it in our "new stack" #67 so that we can easily build realtime apps without writing any JS code! 😮
Question: Does this Replace
autoform
?On the surface LiveView "overlaps" with
autoform
which automatically renders forms based on Ecto Schema. However as epic as LiveView looks, we are buildingautoform
now (not sitting on our hands waiting for LiveView to be "stable" ...)https://github.com/chrismccord doesn't have anything resembling "LiveView" in his recent GitHub history ... so it looks like it isn't available yet ... 🙄
I say we "keep an eye" on this and a soon as LiveView is in a useble state we investigate it.
Related to #67 (extending PETE for rapid prototyping standards-compliant beautiful apps!)
The text was updated successfully, but these errors were encountered: