• Returns a Loadable representing the status of the given Recoil state and subscribes the component to future updates of that state. Useful for working with async selectors.

    Type Parameters

    • T

    Parameters

    Returns Loadable<T>