fitzgen/dodrio
A fast, bump-allocated virtual DOM library for Rust and WebAssembly. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2837
- days_rel: n/a
- days_push: 2011
- n_releases_24m: 0
Adoption not part of the score
1239 stars · 45 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dodrio is a fast, bump-allocated virtual DOM library for Rust compiled to WebAssembly, using bumpalo arenas and a change-list stack machine for efficient DOM diffing. It is explicitly experimental and has not been updated since 2021.
Use cases
- render ui in rust via webassembly
- virtual dom diffing in wasm
- build browser apps with rust instead of javascript
- fast dom updates using bump allocation
- implement todomvc or counter components in rust
When to choose
- you want a minimal virtual DOM library (not a framework) for Rust/Wasm experiments
- you're researching bump-allocation-based rendering techniques
- you need fine-grained control over rendering without a full framework
When to avoid
- you need a production-ready, maintained frontend solution
- you want a full framework with state management and routing
- you're not comfortable with an experimental library that likely has bugs
Facets
library · maturity abandoned
frontend-framework ui-components wasm web-development frontend developer-tools rust wasm browser virtual-dom bump-allocation wasm-bindgen rendering rust
10 sources
- readme: https://github.com/fitzgen/dodrio · fetched 2026-08-28 · 4fad69922fb4
- homepage: https://docs.rs/dodrio · fetched 2026-08-29 · b9ab8a980152
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
- site_page: https://docs.rs/ · fetched 2026-08-29 · 7a86f6c581ef
- site_page: https://docs.rs/crate/dodrio/latest · fetched 2026-08-29 · c9660d587a47
- site_page: https://docs.rs/crate/dodrio/latest/features · fetched 2026-08-29 · 26faa80311b6
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fitzgen/dodrio | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem