# fitzgen/dodrio

A fast, bump-allocated virtual DOM library for Rust and WebAssembly.

Repository: https://github.com/fitzgen/dodrio
Canonical: https://ross.abutalabs.com/products/dodrio
Homepage: https://docs.rs/dodrio
Language: Rust
License: MPL-2.0
License Family: copyleft
Archived: true
Last push: 2021-03-01T06:20:06+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2837, "days_push": 2011, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1239, forks 45 (observed 2026-08-28T04:04:06.061249+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: frontend-framework, ui-components, wasm
- domain: web-development, frontend, developer-tools
- platform: rust, wasm, browser
- tags: virtual-dom, bump-allocation, wasm-bindgen, rendering, rust

## Member repositories
- fitzgen/dodrio (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.061249+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:09:57.230735+00:00, confidence not recorded.
  - readme: https://github.com/fitzgen/dodrio (fetched 2026-08-28T04:04:06.061249+00:00, sha 4fad69922fb4)
  - homepage: https://docs.rs/dodrio (fetched 2026-08-29T12:20:43.788088+00:00, sha b9ab8a980152)
  - site_page: https://docs.rs/about/redirections (fetched 2026-08-29T12:20:43.812962+00:00, sha 1b1efd93105f)
  - site_page: https://docs.rs/ (fetched 2026-08-29T12:20:43.797298+00:00, sha 7a86f6c581ef)
  - site_page: https://docs.rs/crate/dodrio/latest (fetched 2026-08-29T12:20:43.799712+00:00, sha c9660d587a47)
  - site_page: https://docs.rs/crate/dodrio/latest/features (fetched 2026-08-29T12:20:43.801847+00:00, sha 26faa80311b6)
  - site_page: https://docs.rs/about (fetched 2026-08-29T12:20:43.803909+00:00, sha 29ab7986fbf5)
  - site_page: https://docs.rs/about/badges (fetched 2026-08-29T12:20:43.806535+00:00, sha 6588cac258af)
  - site_page: https://docs.rs/about/builds (fetched 2026-08-29T12:20:43.808830+00:00, sha 811231ca4680)
  - site_page: https://docs.rs/about/metadata (fetched 2026-08-29T12:20:43.810823+00:00, sha 0dcdccb2b2b2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
