HydratedRouter
On this page

HydratedRouter

Summary

Framework-mode router component to be used to hydrate a router from a ServerRouter. See entry.client.tsx.

Signature

function HydratedRouter(props: HydratedRouterProps)

Props

unstable_getContext

Context object to be passed through to createBrowserRouter and made available to clientAction/clientLoader functions

Docs and examples CC 4.0
Edit