Skip to content

Commit

Permalink
docs: add links to search params on server/client (#69618)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Sep 4, 2024
1 parent 1660f23 commit 568df76
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 568df76

Please sign in to comment.