From 568df76bd9d7e01886434236ee122719f069d102 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Wed, 4 Sep 2024 11:32:26 -0500 Subject: [PATCH] docs: add links to search params on server/client (#69618) x-ref: https://www.reddit.com/r/nextjs/comments/1f7eeij/what_do_you_absolutely_hate_about_nextjs_you_can/ll7ig41/ --- docs/02-app/01-building-your-application/12-examples/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/02-app/01-building-your-application/12-examples/index.mdx b/docs/02-app/01-building-your-application/12-examples/index.mdx index 2974f30349646..8195dbe2541d6 100644 --- a/docs/02-app/01-building-your-application/12-examples/index.mdx +++ b/docs/02-app/01-building-your-application/12-examples/index.mdx @@ -10,6 +10,8 @@ description: Examples of popular Next.js UI patterns and use cases. - [Using the `fetch` API](/docs/app/building-your-application/data-fetching/fetching#fetching-data-on-the-server-with-the-fetch-api) - [Using an ORM or database client](/docs/app/building-your-application/data-fetching/fetching#fetching-data-on-the-server-with-an-orm-or-database) +- [Reading search params on the server](/docs/app/api-reference/file-conventions/page) +- [Reading search params on the client](/docs/app/api-reference/functions/use-search-params) ### Revalidating Data