Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
1–10 of 33 posts
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#2Author here. Didn't expect to see Dioxus on HN today!
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#3I think it would be clearer to rename LiveView to something else, so as not to draw confusion with Elixir's LiveView.
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#4I think it would be clearer to rename LiveView to something else, so as not to draw confusion with Elixir's LiveView.
OTOH, LiveView sounds generic enough to become the name of the whole paradigm.
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#5I think it would be clearer to rename LiveView to something else, so as not to draw confusion with Elixir's LiveView.
OTOH, LiveView sounds generic enough to become the name of the whole paradigm.
I would support liveview defining the entire process. I've written a lib myself to do liveview type things and coming up with a solid descriptor for things like conference talks was basically impossible. I write a lot of elixir and I would presume "phoenix liveview" is probably what people use to describe the elixir lib to people outside of the ecosystem anyways.
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#6source code looks pretty readable. there doesn't seem to be much magic. is there any support for use with other languages?
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#7Great to see another language adopting LiveView! (Author of LiveViewJS[1] here).
Are you using Phoenix’s javascript client (and protocol) or rolling your own?
[1] - http://LiveViewJS.com
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#8If you're doing LiveViews in Rust, does it work per-process-per-user like Elixir? How does that all work?
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#9Dioxus liveview is so good.
I tried it with salvo and it just worked (tm).
The only downside which they're working on is some kind of socket reconnect if someone navigates away and the socket gets disconnected for some reason
Re: Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More
#10Very timely, I've been working on Svelte integration for Phoenix Liveview, started working on it this week[1]. It's very cool to see LiveView expanding as a paradigm outside of Phoenix.