senal
v0.3.15
Published
Tada! Reactions
Downloads
9
Readme
Señal
I don't know much spanish, it's just harder to find good npm names these days.
API Documentation
Test in browser
Run the tests right now without getting the repo. Demo coming soon.
Installation
First, we need to install senal
:
npm install --save senal
Import
import {
senal, // Observe an object and its nested objects
tada, // Reacts to changes of observables
ignore, // Wrap objects that should not be observed ever
pause, // Pause a computed tada and resume later.
inciter // Wrap whatever to incite a tada with.
} from 'senal';
License
This project is licensed under MIT. More info in the LICENSE file.