Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 734 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 734 Bytes

signal

Simple TS reactivity primitives, based around the subscription (observer) design pattern.

Getting Started

Installing

IMPORTANT: not yet registered on npm!

You can install from npm:

$ npm install -s @coderkearns/signal

Or directly from this repository for bleeding-edge features:

$ npm install -s git+github.com/coderkearns/signal

Documentation

See DOCS.md for documentation and examples.

License

This project is licensed under the MIT License - see the LICENSE file for details.