TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dioxus 0.3 – Templates, Hot Reloading, LiveView, and More

99 点作者 jgillich超过 2 年前

11 条评论

POiNTx超过 2 年前
Very timely, I&#x27;ve been working on Svelte integration for Phoenix Liveview, started working on it this week[1]. It&#x27;s very cool to see LiveView expanding as a paradigm outside of Phoenix.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;woutdp&#x2F;live_svelte">https:&#x2F;&#x2F;github.com&#x2F;woutdp&#x2F;live_svelte</a>
评论 #34935927 未加载
floodfx超过 2 年前
Great to see another language adopting LiveView! (Author of LiveViewJS[1] here).<p>Are you using Phoenix’s javascript client (and protocol) or rolling your own?<p>[1] - <a href="http:&#x2F;&#x2F;LiveViewJS.com" rel="nofollow">http:&#x2F;&#x2F;LiveViewJS.com</a>
评论 #34930823 未加载
mwcampbell超过 2 年前
&gt; We’re actively working on adding accessibility support using the work done by EGUI as inspiration.<p>Glad to hear it. FWIW, I worked on the AccessKit integration in egui, as well as AccessKit itself, so let me know if you need help.
whitepoplar超过 2 年前
I think it would be clearer to rename LiveView to something else, so as not to draw confusion with Elixir&#x27;s LiveView.
评论 #34930064 未加载
swlkr超过 2 年前
Dioxus liveview is so good.<p>I tried it with salvo and it just worked (tm).<p>The only downside which they&#x27;re working on is some kind of socket reconnect if someone navigates away and the socket gets disconnected for some reason
评论 #34930833 未加载
Existenceblinks超过 2 年前
On their github repo:<p>&gt; Simple &quot;hello world&quot; at about 65kb, comparable to React<p>I assume that is minified and compressed. That&#x27;s quite bloat. I wonder if they try <a href="https:&#x2F;&#x2F;github.com&#x2F;johnthagen&#x2F;min-sized-rust">https:&#x2F;&#x2F;github.com&#x2F;johnthagen&#x2F;min-sized-rust</a> ?<p>Also I feel like the BytecodeAlliance too much focus on their cloud runtime use case while seamless wasm + dom interop is where its adoption will skyrocking. I would rather write Rust&#x2F;Go&#x2F;Roc&#x2F;any-sane-typing instead of TS.
评论 #34931523 未加载
revskill超过 2 年前
I tried my best to browse all the docs and guides and sample code to know what does live view mean , but failed.<p>I guess this project&#x27;s trying to make some buzzword ?<p>Because for documentation, assumption is bad.
评论 #34930782 未加载
jkelleyrtp超过 2 年前
Author here. Didn&#x27;t expect to see Dioxus on HN today!
Mizza超过 2 年前
If you&#x27;re doing LiveViews in Rust, does it work per-process-per-user like Elixir? How does that all work?
评论 #34930755 未加载
e12e超过 2 年前
Looks like a tyoo&#x2F;error under lowercase components:<p>&gt; Note that you still cannot define a one-word component without referencing it via path syntax.<p><pre><code> module::header {} </code></pre> Should be OK, not &quot;x&quot;?
pictur超过 2 年前
source code looks pretty readable. there doesn&#x27;t seem to be much magic. is there any support for use with other languages?
评论 #34931127 未加载