From e4795c01f0077f3cca5967ca5731dc8113c21b16 Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Thu, 1 Feb 2024 13:44:44 +0100 Subject: [PATCH] Ref to SSR section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3affc16..aaebcfa 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,8 @@ For the SSR, use `ssrSearch` prop passed to the router. {/* SSR! */} ``` +Refer to [Server-Side Rendering](#server-side-rendering-support-ssr) for more info on rendering and hydration. + ### `useRouter`: accessing the router object If you're building advanced integration, for example custom location hook, you might want to get