# omniscientjs/omniscient

A library providing an abstraction for React components that allows for fast top-down rendering embracing immutable data for js

Repository: https://github.com/omniscientjs/omniscient
Canonical: https://ross.abutalabs.com/products/omniscient
Homepage: http://omniscientjs.github.io/
Language: JavaScript
License Family: other
Last push: 2024-09-10T12:53:23+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": 4346, "days_push": 722, "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 1218, forks 49 (observed 2026-08-28T04:04:01.634824+00:00)

## What it is
Omniscient is a JavaScript library providing an abstraction over React components for fast top-down rendering using immutable data structures and cursors. It acts as memoization for stateless React components via a smart predefined shouldComponentUpdate, but is now retired since React.memo covers most of its use cases.

## Use cases
- optimize React re-renders with immutable data
- memoize stateless React components
- build UIs with unidirectional data flow
- use cursors to pass shared immutable state through component trees
- write functional-style composable React components

## When to choose
- maintaining a legacy codebase already built on Omniscient
- targeting pre-16.6 React versions where React.memo is unavailable

## When to avoid
- starting a new React project - use React.memo instead
- you need actively maintained libraries
- you don't use Immutable.js or immutable data patterns

## Facets
- artifact type: library
- maturity: abandoned
- function: frontend-framework, ui-components, state-management
- domain: web-development, frontend
- platform: browser
- tags: react, immutable-data, memoization, unidirectional-dataflow, cursors, retired, nodejs, javascript

## Member repositories
- omniscientjs/omniscient (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.634824+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-30T06:17:04.932344+00:00, confidence not recorded.
  - readme: https://github.com/omniscientjs/omniscient (fetched 2026-08-28T04:04:01.634824+00:00, sha 5a727939a56c)
  - homepage: http://omniscientjs.github.io/ (fetched 2026-08-29T12:24:41.756145+00:00, sha 8dc88ede193a)
  - registry_npm: https://registry.npmjs.org/omniscient (fetched 2026-08-29T12:24:41.765708+00:00, sha ad4ad205736e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
