# anthonyshort/deku

Render interfaces using pure functions and virtual DOM

Repository: https://github.com/anthonyshort/deku
Canonical: https://ross.abutalabs.com/products/deku
Homepage: https://github.com/anthonyshort/deku/tree/master/docs
Language: JavaScript
License Family: other
Last push: 2018-07-10T06:28:41+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4408, "days_push": 2976, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3388, forks 128 (observed 2026-08-28T04:07:58.942110+00:00)

## What it is
Deku is a JavaScript library for rendering user interfaces using pure functions and a virtual DOM, designed as a lightweight alternative to React. It delegates all state management and side effects to external tools like Redux and ships modules for element creation, diffing, DOM rendering, and string rendering.

## Use cases
- render ui with pure functions and virtual dom
- build stateless components without classes
- use a lightweight alternative to react
- render virtual elements to an html string
- build a custom renderer using a virtual dom diff

## When to choose
- you want a minimal, functional, class-free ui library
- your app already uses redux for all state and side effects
- you only need to support modern browsers

## When to avoid
- you need an actively maintained library with ongoing fixes
- you need broad legacy browser support
- you want a large ecosystem and community like react

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, frontend-framework, state-management
- domain: web-development, frontend
- platform: browser
- tags: virtual-dom, react-alternative, redux, functional-ui, jsx, nodejs, javascript

## Member repositories
- anthonyshort/deku (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:58.942110+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-29T18:39:04.467730+00:00, confidence not recorded.
  - readme: https://github.com/anthonyshort/deku (fetched 2026-08-28T04:07:58.942110+00:00, sha ce65e9b6b9b9)
  - homepage: https://github.com/anthonyshort/deku/tree/master/docs (fetched 2026-08-29T09:33:12.516051+00:00, sha 825172a6115b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
