Skip to content

Commit 4d7cc91

Browse files
authored
Update Versions page (#7324)
1 parent 8235ae9 commit 4d7cc91

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

src/content/versions.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The React docs at [react.dev](https://react.dev) provide documentation for the l
1111
We aim to keep the docs updated within major versions, and do not publish versions for each minor or patch version. When a new major is released, we archive the docs for the previous version as `x.react.dev`. See our [versioning policy](/community/versioning-policy) for more info.
1212

1313
You can find an archive of previous major versions below.
14-
## Future versions {/*future-versions*/}
14+
## Latest version: 19.0 {/*latest-version*/}
1515

16-
- [19.react.dev](https://19.react.dev) {/*docs-19*/}
16+
- [react.dev](https://react.dev) {/*docs-19*/}
1717

1818
## Previous versions {/*previous-versions*/}
1919

@@ -34,6 +34,24 @@ For versions older than React 15, see [15.react.dev](https://15.react.dev).
3434

3535
## Changelog {/*changelog*/}
3636

37+
### React 19 {/*react-19*/}
38+
39+
**Blog Posts**
40+
- [React v19](/blog/2024/12/05/react-19)
41+
- [React 19 Upgrade Guide](/blog/2024/04/25/react-19-upgrade-guide)
42+
43+
**Talks**
44+
- [React 19 Keynote](https://www.youtube.com/watch?v=lyEKhv8-3n0)
45+
- [A Roadmap to React 19](https://www.youtube.com/watch?v=R0B2HsSM78s)
46+
- [What's new in React 19](https://www.youtube.com/watch?v=AJOGzVygGcY)
47+
- [React for Two Computers](https://www.youtube.com/watch?v=ozI4V_29fj4)
48+
- [React Compiler Deep Dive](https://www.youtube.com/watch?v=uA_PVyZP7AI)
49+
- [React Compiler Case Studies](https://www.youtube.com/watch?v=lvhPq5chokM)
50+
- [React 19 Deep Dive: Coordinating HTML](https://www.youtube.com/watch?v=IBBN-s77YSI)
51+
52+
**Releases**
53+
- [v19.0.0 (December, 2024)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1900-december-5-2024)
54+
3755
### React 18 {/*react-18*/}
3856

3957
**Blog Posts**

0 commit comments

Comments
 (0)