wrist
An easy way to bind or react to properties change.
It also works with input
elements and their value
too.
const watcher = wrist; // to drop a watcherwatcher; // or via unwatch and same watch signaturewrist;
Each property can have more than one callback registered.
Dual bindings do not interfere with each other.
(C) 2017 Andrea Giammarchi - MIT Style License