arnimikelsons
I am speaking to someone at a University, which is going through big challenges as they have decided that all first year classes will be online. They have a reputation for having a good community feel, so they are looking into possibility of trying to replicate that somewhat online, in that there can be different meeting areas, and would have visuals that would provide clues as to location. Thinking that LiveView / some kind of enhanced chat functionality might be on the right track. Anyone done something like this?
Trending in Challenges
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First Post!
Exadra37
To me seems like an excellent candidate to all ecosystem provided by Elixir, Phoenix, LiveView and the Beam
Now please keep in mind that Live View should not be used to control the DOM for pure user interaction with the page, this must be left to the client side. Just use Live View for where you need to apply business logic to the data, like when a round trip to the backend is always necessary no matter what technology is being used.
Just forget all that useless demos about games and manipulation of the DOM for any single html mutation necessary in the page, because that will just make you app sluggish in the real world. To see what I mean just try to use one of that app in a train, bus or a location with poor network