ClientLoaderFunction
react-router

ClientLoaderFunction type

type ClientLoaderFunction = {  } & { 
  hydrate: boolean,
}

A function that loads data for a route on the client

Docs and examples CC 4.0