Skip to content

Commit bb0cd2a

Browse files
committed
Change intro fpr upgrade guide
1 parent ea039fb commit bb0cd2a

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

src/content/blog/2024/04/01/react-19-upgrade-guide.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ April 1, 2024 by [Ricky Hanlon](https://twitter.com/rickhanlonii)
66

77
---
88

9+
<Note>
10+
11+
Stream [React Conf 2024]((https://conf.react.dev)) live May 15–16!
12+
13+
</Note>
14+
915
<Intro>
1016

1117
Today we're releasing a beta version of React 19, the next major version of React. In this post, we will guide you through the steps for upgrading.
@@ -14,13 +20,15 @@ If you'd like to help us test React 19, follow the steps in this upgrade guide a
1420

1521
</Intro>
1622

17-
<InlineToc />
23+
- [Installing](#installing)
24+
- [Removing deprecated React APIs](#removing-deprecated-react-apis)
25+
- [Removing deprecated React DOM APIs](#removing-deprecated-react-dom-apis)
26+
- [Breaking Changes](#breaking-changes)
27+
- [New Deprecations](#new-deprecations)
28+
- [Other Breaking Changes](#other-breaking-changes)
29+
- [Other Notable changes](#other-notable-changes)
1830

19-
<Note>
20-
21-
Stream [React Conf 2024]((https://conf.react.dev)) live May 15–16!
22-
23-
</Note>
31+
For a list of new features added to React 19, see the [React 19 Release Post](/blog/2024/04/01/react-19).
2432

2533
---
2634
## Installing {/*installing*/}

0 commit comments

Comments
 (0)