Ross ROSS = Recommend OSS · open-source software intelligence for agents

arqex/freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way. observed · 2026-08-28

github.com/arqex/freezer · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4221
  • days_rel: n/a
  • days_push: 2182
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1275 stars · 47 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Freezer is a lightweight JavaScript library providing an immutable tree data structure that emits update events from any node, including leaves. It is designed as a simple store for React applications, replacing the need for Flux or Redux boilerplate.

Use cases

  • manage react app state without redux
  • immutable data structure with change events
  • simple flux store alternative
  • build undo redo json editor
  • reactive state updates from nested nodes

When to choose

  • building a React app that needs an immutable store with minimal boilerplate
  • you want event-driven updates from deeply nested data
  • you need a lightweight, dependency-free state container

When to avoid

  • you need a modern, actively maintained state management solution
  • your project uses Redux, Zustand, or other current ecosystem tooling
  • you need features like middleware, devtools integration, or time-travel out of the box

Facets

library · maturity maintenance

state-management frontend web-development browser cross-platform immutable-data react-store flux event-emitter javascript event-handling reactive-programming nodejs

1 source

Member repositories

RepositoryRoleHealth v2
arqex/freezermain23

For agents

markdown · JSON · MCP: product_card(name="arqex/freezer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem