HydratedRouter
On this page

HydratedRouter

Summary

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

Signature

function HydratedRouter(props: HydratedRouterProps)

Props

unstable_getContext

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

Docs and examples CC 4.0
Edit