Skip to content

Commit 0fbb060

Browse files
authored
docs: update react 18 notes (#35249)
* docs: update react 18 notes * Update index.md
1 parent e8493fd commit 0fbb060

File tree

1 file changed

+4
-4
lines changed
  • docs/docs/reference/release-notes/v4.11

1 file changed

+4
-4
lines changed

docs/docs/reference/release-notes/v4.11/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to `[email protected]` release (March 2022 #3)
99
Key highlights of this release:
1010

1111
- [`gatsby-source-shopify` v7](#gatsby-source-shopify-v7)
12-
- [React 18 RC](#react-18-rc)
12+
- [React 18](#react-18)
1313

1414
Also check out [notable bugfixes](#notable-bugfixes--improvements).
1515

@@ -35,11 +35,11 @@ We released a new major version of `gatsby-source-shopify` 🎉 Thanks to the wo
3535

3636
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.
3737

38-
## React 18 RC
38+
## React 18
3939

40-
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.
40+
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.
4141

42-
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.
42+
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)
4343

4444
## Notable bugfixes & improvements
4545

0 commit comments

Comments
 (0)