# adamhaile/S

S.js - Simple, Clean, Fast Reactive Programming in Javascript

Repository: https://github.com/adamhaile/S
Canonical: https://ross.abutalabs.com/products/adamhaile-s
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-12-06T14:35:19+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4125, "days_push": 1366, "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 1419, forks 75 (observed 2026-08-28T04:04:40.294622+00:00)

## What it is
S.js is a small JavaScript reactive programming library combining an automatic dependency graph with a synchronous execution engine. It provides data signals and computations that automatically update when their dependencies change, with batched updates and automatic disposal.

## Use cases
- build reactive web apps with automatic updates
- manage state that changes over time in JavaScript
- create fine-grained reactive dependency graphs
- batch multiple state updates into a single transaction
- avoid manual subscription cleanup in reactive apps
- learn how signal-based reactivity works

## When to avoid
- you need a full-featured framework with components, routing, and ecosystem
- you want async or concurrent rendering semantics
- you need a library with active ongoing development and large community support

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, frontend-framework
- domain: web-development, frontend
- platform: browser
- tags: reactive-programming, signals, fine-grained-reactivity, dependency-tracking, nodejs, javascript

## Member repositories
- adamhaile/S (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.294622+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:37:52.033916+00:00, confidence not recorded.
  - readme: https://github.com/adamhaile/S (fetched 2026-08-28T04:04:40.294622+00:00, sha 3167d67d68b2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
