@logixjs/react
    Preparing search index...

    Function useSelector

    • Type Parameters

      • H extends ReactModuleHandle

      Parameters

      • handle: H

      Returns StateOfHandle<H>

    • Type Parameters

      • H extends ReactModuleHandle
      • V

      Parameters

      • handle: H
      • selector: (state: StateOfHandle<H>) => V
      • OptionalequalityFn: (previous: V, next: V) => boolean

      Returns V