Skip to content

Commit ec2e107

Browse files
authored
Update the React 18 documentation (vercel#32896)
Currently you don't need to enable `concurrentFeatures` to start using React 18, this PR makes the docs more clear on that. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint`
1 parent 3ca8ce0 commit ec2e107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/advanced-features/react-18.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Ensure you have the `rc` npm tag of React installed:
1212
npm install next@latest react@rc react-dom@rc
1313
```
1414

15+
That's all! You can now start using React 18's new APIs like `startTransition` and Suspense in Next.js.
16+
1517
### Enable SSR Streaming (Alpha)
1618

1719
Concurrent features in React 18 include built-in support for server-side Suspense and SSR streaming support, allowing you to server-render pages using HTTP streaming.

0 commit comments

Comments
 (0)