Core Functions

Animation

  • useInterval — reactive counter increases on every interval
  • useIntervalFn — wrapper for setInterval with controls
  • useRafFn — call function on every requestAnimationFrame
  • useTimeout — update value after a given time with controls
  • useTimeoutFn — wrapper for setTimeout with controls

Browser

Component

Sensors

State

Store

  • readable — auto unsubscribe on destory for readable
  • writable — auto unsubscribe on destory for writable

Utilities

Watch

  • whenever — shorthand for watching value to be truthy