Hacker News new | ask | show | jobs
by terhechte 1279 days ago
I recently build this side project with Dioxus:

https://terhechte.github.io/twitvault/

Here's a review of the experience of using it:

https://www.reddit.com/r/rust/comments/zegv2e/comment/izb6nl...

2 comments

Can you let me know about incremental compile times?

Basically with the HTML frameworks that use macros I'm getting incremental builds 10 seconds or more. Did you experience the same?

Incremental compile times were quite fast, I'd say in the 1-2 seconds. I also have another project where I'm using Dioxus-web for a web application. When building a web app, it also has hot code reloading and I'd say reloads take under a second (though I just started this app so it only has a couple hundred lines of code).

I have an M1 Pro Max though, which is quite a fast machine.

Thanks. I'll give it a try.
It's beautiful!

OT: it seemed like an awesome application so I ran it but a few seconds into importing I got

"Rate limit for Tweet Replies reached. Waiting 18446744072038294844 seconds"

I'm not going to live nearly long enough for that!

ADD: and there's no cancel button or anyway way to stop it.