Sprites JavaScript Reactive Framework

The reactive framework. Values hold state, calculations read and derive, and the structure grows and shrinks with the data. The core holds the values, calculations, structure and context; the modules around it add logic, data, defaults and maths over those values. Choose a module below.

Reactive Modules

Sprites.Logic

Boolean logic over reactive values, for conditions that derive and follow.

Sprites.Text

String operations over reactive values, so a label or a parsed number that is built from several values stays live.

Sprites.Data

Two-way object and array helpers: Construct builds an object, and the Array family reads and slices.

Sprites.Optional

A default for a value that may be missing.