Skip to content

Commit

Permalink
docs: Removed "Experimental" Text for the next.js app dir (#5381)
Browse files Browse the repository at this point in the history
This pull request removes the experimental text for the next.js app dir from the file. With the release of Next.js 13.4, the next/app directory is now considered stable, so there is no longer a need for this experimental text.
  • Loading branch information
Hamzah-syed committed May 9, 2023
1 parent 235f3c6 commit 8d13ad8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/react/guides/ssr.md
Expand Up @@ -20,7 +20,7 @@ The exact implementation of these mechanisms may vary from platform to platform,

React Query supports both of these forms of pre-rendering regardless of what platform you may be using.

> Note: For notes about how to integrate with the new beta `/app`-folder in Next.js, see further down in this guide.
> Note: For notes about how to integrate with the new `/app`-folder in Next.js, see further down in this guide.
### Using `initialData`

Expand Down Expand Up @@ -317,11 +317,7 @@ ReactDOM.hydrate(
)
```

## Using Experimental `app` Directory in Next.js 13

> **WARNING:** The `app` directory introduced in Next.js 13 is currently in beta, and it is not recommended for use in production. The API is not stable.
>
> This guide is provided as is to supply a quick start for early exploration of Next.js 13's experimental features and does not represent the final APIs.
## Using the `app` Directory in Next.js 13

Both prefetching approaches, using `initialData` or `<Hydrate>`, are available within the `app` directory.

Expand Down

0 comments on commit 8d13ad8

Please sign in to comment.