js-framework-benchmark icon indicating copy to clipboard operation
js-framework-benchmark copied to clipboard

Update Dioxus

Open Jisu-Woniu opened this issue 3 months ago • 1 comments

Dioxus has released v0.6.3 and will soon release v0.7.0 (already in RC). However, the code in this repo still comes with Dioxus v0.5.1:

https://github.com/krausest/js-framework-benchmark/blob/1031a2825acfdff1b96f5a4c7001bbafd1ed2b23/frameworks/keyed/dioxus/Cargo.toml#L8-L10

I think it is time to update the Dioxus benchmark code now.

Jisu-Woniu avatar Aug 28 '25 09:08 Jisu-Woniu

Tbh this is not just dioxus, a lot of other frameworks havent been updated.

Svelte here is using v5.13 which is 9months behind the latest version v5.38

Inferno here is using v8.2 which is 1 year & 8months behind the latest version v9.0

Solid here is using v1.9.3 which is 9months behind the latest version v1.9.9

Leptos here is using v0.7 which is 9 months behind the latest version v0.8

Mithril here is using v2.2 which is 2 years & 3 months behind the latest version v2.3

alpine 9months old Qwik 9months old

n-ce avatar Sep 06 '25 08:09 n-ce