Skip to main content
Version: 1.0.2

Subscribe to Reactive Properties

You can subscribe by detecting only changes in properties instead of events.

You can use reactive properties as a hook.

conveyer.subscribe("isReachStart", value => {
console.log(value);
});

See all available events at Conveyer#events.