alien-signals

Alien Signals - Reactive programming system for Lua

$ luarocks install alien-signals

Alien Signals is a high-performance reactive programming system for Lua,
ported from stackblitz/alien-signals.

It provides automatic dependency tracking and efficient update propagation
through a small and powerful API.

Core features:
- Signal: mutable reactive values
- Computed: derived values with caching
- Effect: side effects that re-run when dependencies change
- EffectScope: group and dispose multiple effects
- Batch: efficient bulk state updates
- Watch: observe reactive value changes

Versions

3.2.1-190 days ago0 downloads
3.1.2-595 days ago0 downloads
3.1.2-495 days ago0 downloads
3.1.1-2243 days ago3 downloads
3.1.1-1243 days ago1 download
3.1.1243 days ago9 downloads

Dependencies

lua >= 5.1

Manifests