• Interacts with route loaders and actions without causing a navigation. Great for any interaction that stays on the same page.

    Type Parameters

    • TData = any

    Parameters

    • Optional __namedParameters: {
          key?: string;
      }
      • Optional key?: string

    Returns FetcherWithComponents<TData>