Dioxus Labs and "High-Level Rust"
dioxus.notion.site
Dioxus Labs and "High-Level Rust"
1–10 of 10 posts
Re: Dioxus Labs and "High-Level Rust"
#2https://smallcultfollowing.com/babysteps/blog/2024/06/21/cla...
Re: Dioxus Labs and "High-Level Rust"
#3I like refactoring independent blocks out into functions, to separate the scopes and have readable summaries a la self-documenting code. Having to fish out and then explicitly enter some library's useful but complex type makes it unpleasant.
I'm starting to see a pattern here... Hmm, maybe private functions should be treated differently?
Re: Dioxus Labs and "High-Level Rust"
#4Re: Dioxus Labs and "High-Level Rust"
#5This is very true: Rust has found success because it arrived at the good time, in the good niche and pushed by the good people. Obviously it has technical merits because else it would not have succeeded, but its success compared to other languages that have also technical merits is based on other reasons
Re: Dioxus Labs and "High-Level Rust"
#6I didn't find working with Axum to be much more difficult than say Koa with Node or C# since .Net Core. It took a bit of structure to get things going, but in general it was relatively straight forward.
The couple things I've done on the UI side, mostly around Yew, has been much more difficult for me to wrap my mind around however. I think there's room for improvement, and I do think there's room for a better templating structure. There's definitely not a white box solution for getting things done like some other platforms and languages. You have to put a bit more of it together. It's the difference between Lego Mindstorm and Duplo.
Re: Dioxus Labs and "High-Level Rust"
#7> I argue that Rust’s success is social in nature. My hot take: Rust’s popularity does not come from its technical merits. This is very true: Rust has found success because it arrived at the good time, in the good niche and pushed by the good people. Obviously it has technical merits because else it would not have succeeded, but its success compared to other languages that have also technical merits is based on other…
Re: Dioxus Labs and "High-Level Rust"
#8Re: Dioxus Labs and "High-Level Rust"
#9We use rust for all sorts of stuff at work and definitely don’t find progress on anything to be slow. If anything, we ship much faster and with a lot more confidence than most (all?) of the other teams in our org that don’t use rust.
Comparison statements are meaningless if there's nothing to compare to.