const useResource: <R>( callback: ( dispose: (f: Function) => void, ) => R, dependencies?: any[], ) => R
Bind immediately to a resource, with auto-cleanup on dep change or unmount
packages / live / src / hooks.ts