useFetcher

external fun <TData> useFetcher(options: UseFetcherOptions = definedExternally): FetcherWithComponents<TData>(source)

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