-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update react 18 notes (#35249)
* docs: update react 18 notes * Update index.md
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Welcome to `[email protected]` release (March 2022 #3) | |
Key highlights of this release: | ||
|
||
- [`gatsby-source-shopify` v7](#gatsby-source-shopify-v7) | ||
- [React 18 RC](#react-18-rc) | ||
- [React 18](#react-18) | ||
|
||
Also check out [notable bugfixes](#notable-bugfixes--improvements). | ||
|
||
|
@@ -35,11 +35,11 @@ We released a new major version of `gatsby-source-shopify` 🎉 Thanks to the wo | |
|
||
Check out the [V6 to V7 Migration Guide](/plugins/gatsby-source-shopify/#v6-to-V7-migration-guide) to learn more. Interested in contributing to Gatsby? Our [contributing section](/contributing/#how-to-contribute) has all the information you need. | ||
|
||
## React 18 RC | ||
## React 18 | ||
|
||
The latest RC of React 18 introduced a breaking change in the SSR API. In this release we're at 100% compatibility again. Make sure to read [How to Try React 18 in Gatsby](https://www.gatsbyjs.com/blog/how-to-try-react-18-in-gatsby) to get started. | ||
The latest RC of React 18 introduced a breaking change in the SSR API. In this release we're at 100% compatibility again. Right on time for the official React 18 release. Make sure to read [How to Try React 18 in Gatsby](https://www.gatsbyjs.com/blog/how-to-try-react-18-in-gatsby) to get started. | ||
|
||
With React 18, you can start using Suspense, React.lazy and get your hands on the new concurrent mode to speed up your Gatsby website. | ||
With React 18, you can start using Suspense, React.lazy and get your hands on the new concurrent mode to speed up your Gatsby website. More information can be found on [the React blog](https://reactjs.org/blog/2022/03/29/react-v18.html) | ||
|
||
## Notable bugfixes & improvements | ||
|
||
|