Seen any cool LiveView demos, sample apps or examples? Please post them here!
https://twitter.com/alephnaught2tog/status/1106736339502989312
Live version: http://palegoldenrod-grown-ibis.gigalixirapp.com
https://live-view-collection.herokuapp.com
Edit: unfortunately these are no longer up…
https://liveview.cleverapps.io
- Thermostat
- Snake
- Search with Autocomplete
- Image Editor
- Clock
- Pacman
- Rainbow << Just gotta see this one to believe it
- Counter
- CRUD Users
- Presence Example
- Table Editor
on my website, joeschmoe.io, you can check the sandbox section. I migrated from js to liveview, and wrote about it.
Here is my demo: https://stormy-earth-96381.herokuapp.com/collaborative_canvas
It links to the source, where you can see that the board is just a static ~L"""…""" live template: https://github.com/JohnB/phoenix_live_view_example/blob/master/lib/demo_web/live/collaborative_canvas_live.ex#L33-L44
I’d like to programmatically generate a much larger table. The generation as a separate string is no problem, but getting that string into the template and having it all interpreted correctly is proving difficult. Here is the currently non-working branch: https://github.com/JohnB/phoenix_live_view_example/blob/jb_generate_large_board/lib/demo_web/live/collaborative_canvas_live.ex#L7-L44
Any suggestions will be appreciated.
thanks!
Simple live chat with LiveView and Elixir PubSub https://github.com/amco/elixir-lab/tree/master/lv
I’m gonna be the boring person and copy this tweet I made:
https://twitter.com/AmNicd/status/1110612030346670086
The “60fps” demos are cool and all, but I already saw people misjudging LiveView based on that in Twitter comments.
I built a little application to display the SSE’s provided from the wikimedia kafka clusters.
Demo: https://darkslategray-dental-vicuna.gigalixirapp.com
Code: https://github.com/fklement/wikipedia_live_view
Love it
I recently open sourced my first Phoenix LiveView app (tests included) for those interested in learning more
Comparing liveview with NodeJS:
Not mine:
Phoenix LiveView Ant Farm
Rendering 500 concurrent ants
https://phoenix-liveview-ant-farm.herokuapp.com
By @bigardone
Thanks for the mention
Thought I’d get in on the live view action. Here is a stopwatch app build with live view loosely based on iOS Stopwatch.
https://fierce-waters-36628.herokuapp.com/