-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18 #4499
Conversation
* [18] ReactDOM reference to createRoot/hydrateRoot * Update note about render and hydrate * Match the warning text * s/Render/render
* [18] Update ReactDOMClient docs * Remove ReactDOMClient where it's obvious * Update browser message * Update browser message note * Update based on feedback * Add react-dom/client docs
* [18] Switch code samples to createRoot * Feedback fixes * Feedback updates
* [18] Add flushSync to ReactDOM docs * Seb feedback * More Seb feedback
* [18] Update browser requirements * Update based on feedback
* [18] Add start/useTransition docs * Updates based on feedback
> Note: | ||
> | ||
> `React.lazy` and Suspense are not yet available for server-side rendering. If you want to do code-splitting in a server rendered app, we recommend [Loadable Components](https://github.com/gregberge/loadable-components). It has a nice [guide for bundle splitting with server-side rendering](https://loadable-components.com/docs/server-side-rendering/). | ||
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1680-february-6-2019 | ||
url: https://5d4b5feba32acd0008d0df98--reactjs.netlify.com/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@acdlite curious to know why you removed these Netlify permalinks.
Did they go offline without notice? I'm facing this problem on the Docusaurus versioning page: facebook/docusaurus#8634
Edit: nevermind, asking in #4482
Overview
This PR adds new docs for React 18.
See the commit list for a summary of all changes.
Note: this branch is still under development. To add docs to this branch, submit a PR against the
react-18
branch.