dioxus-community / dioxus-free-icons

Use free svg icons in your Dioxus projects easily with dioxus-free-icons.
Other
79 stars 21 forks source link

[Bug] Icons Rendering Slowly and or Missing on First Refresh in Dioxus Full-Stack #60

Open wiseaidev opened 6 hours ago

wiseaidev commented 6 hours ago

Hiya (ノ^ヮ^)ノ*,

Thanks for this awesome crate! It’s great to have type-safe icons, but we’re noticing a performance issue on Dioxus full stack. Icons sometimes fail to render on the first page refresh (e.g., the "Features" section in this live demo).

It could be a suspense issue, but we’re not sure. Would love your thoughts!

More info about the setup can be found in this codebase.

Best!

marc2332 commented 6 hours ago

I think this is related to https://github.com/DioxusLabs/dioxus/issues/2274 ?