# paldepind/functional-frontend-architecture

A functional frontend framework.

Repository: https://github.com/paldepind/functional-frontend-architecture
Canonical: https://ross.abutalabs.com/products/functional-frontend-architecture
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2019-07-02T08:08:39+00:00

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

## Adoption (not part of the score)
Stars 1437, forks 83 (observed 2026-08-28T04:04:43.815664+00:00)

## What it is
A minimal JavaScript framework implementing the Elm architecture: a single immutable state tree, pure update functions, actions, and a virtual DOM view layer built on Snabbdom. It doubles as documentation of the architecture, with examples ranging from counters to TodoMVC and FRP integration via Flyd.

## Use cases
- build a frontend app with the Elm architecture in JavaScript
- learn how unidirectional data flow frameworks work internally
- write frontend apps with pure functions and minimal mutation
- implement time-travel debugging and serializable state
- explore FRP-based state handling with Flyd
- study a minimal alternative to React/Redux

## When to choose
- you want a tiny, functional, Elm-style architecture without React
- you value testability through pure functions and inspectable state
- you're learning how virtual DOM and unidirectional architectures are implemented

## When to avoid
- you need a production framework with an active community and ecosystem
- you require TypeScript support or modern tooling out of the box
- the project has seen no releases since 2019 and is effectively dormant

## Facets
- artifact type: framework
- maturity: maintenance
- function: frontend-framework, state-management, templating
- domain: web-development, frontend
- platform: browser
- tags: elm-architecture, virtual-dom, frp, functional-programming, snabbdom, unidirectional-data-flow, time-travel-debugging, javascript, nodejs

## Member repositories
- paldepind/functional-frontend-architecture (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.815664+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-30T04:36:45.032925+00:00, confidence not recorded.
  - readme: https://github.com/paldepind/functional-frontend-architecture (fetched 2026-08-28T04:04:43.815664+00:00, sha dfc1626a00a6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
