useFetcher
Interacts with route loaders and actions without causing a navigation. Great for any interaction that stays on the same page.
§
useFetcher<TData = any>(): FetcherWithComponents<TData>
[src]§Return Type
§
FetcherWithComponents<TData>
[src]