Function useWatchChanges

Watches for changes in dependencies and provides a subject to track changes.

  • Type Parameters

    • T extends any[] = any[]

    Parameters

    • deps: T = ...

      The dependencies to watch for changes.

    Returns IResult<any[]>

    An object containing methods and properties for watching changes.