| Class | Description |
|---|---|
| Reactor |
See https://www.meteor.com/tracker for more documentation on the source library
|
| ReactorComputation |
A ReactorComputation object represents code that is repeatedly rerun
in response to reactive data changes.
|
| ReactorDependency |
A Dependency represents an atomic unit of reactive data that a
computation might depend on.
|
| ReactorVar<T> |
Object that wraps an object and it's
ReactorDependency
If you'd like to use primitive data types, you'll have to handle your own instance of
ReactorDependency alongside your primitive value
Created by vishnu on 1/25/15. |