resonant

Home > resonant

resonant package

Functions

Function Description
effect(handler, opts) Create a resonant effect. All get / set operations within the handler will be tracked. An effect is run upon initialization, and subsequent to any mutations to its dependencies.
resonant(target) Add resonance to a plain object. All object properties will be eligible dependencies for an effect.