Ask HN: Does your framework have a LiveView answer?
I'm really intrigued by the idea of Phoenix's LiveView, but not enough to jump into the Elixir/Erlang/BEAM ecosystem. The projects I've found seem to be experimental or abandoned. Does your language/framework have a LiveView equivalent? Are you working on something in a similar space that you want to mention?
Comments
Here you have a list of LiveView like libs/frameworks in multiple languages: https://github.com/dbohdan/liveviews
Django: https://github.com/edelvalle/reactor
Laravel: https://github.com/livewire/livewire
Rails: https://github.com/hopsoft/stimulus_reflex
I did find this one for Clojure: https://dev.solita.fi/2020/06/01/rethinking-the-frontend.htm...
Laravel has Livewire, it's pretty amazing.
laravel-livewire.com