Hacker News new | ask | show | jobs
by swlkr 1216 days ago
Dioxus 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

1 comments

Yep, I think the PR is ready to go too!

https://github.com/DioxusLabs/dioxus/pull/762

I think the next logical step is to build our own "Phoenix" on top of axum (or hyper).

> I think the next logical step is to build our own "Phoenix" on top of axum (or hyper)

That would be awesome even without any live view like functionality