diff --git a/src/content/versions.md b/src/content/versions.md index fe0dac5595c..20f9a0f35d5 100644 --- a/src/content/versions.md +++ b/src/content/versions.md @@ -11,9 +11,9 @@ The React docs at [react.dev](https://react.dev) provide documentation for the l 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. You can find an archive of previous major versions below. -## Future versions {/*future-versions*/} +## Latest version: 19.0 {/*latest-version*/} -- [19.react.dev](https://19.react.dev) {/*docs-19*/} +- [react.dev](https://react.dev) {/*docs-19*/} ## Previous versions {/*previous-versions*/} @@ -34,6 +34,24 @@ For versions older than React 15, see [15.react.dev](https://15.react.dev). ## Changelog {/*changelog*/} +### React 19 {/*react-19*/} + +**Blog Posts** +- [React v19](/blog/2024/12/05/react-19) +- [React 19 Upgrade Guide](/blog/2024/04/25/react-19-upgrade-guide) + +**Talks** +- [React 19 Keynote](https://www.youtube.com/watch?v=lyEKhv8-3n0) +- [A Roadmap to React 19](https://www.youtube.com/watch?v=R0B2HsSM78s) +- [What's new in React 19](https://www.youtube.com/watch?v=AJOGzVygGcY) +- [React for Two Computers](https://www.youtube.com/watch?v=ozI4V_29fj4) +- [React Compiler Deep Dive](https://www.youtube.com/watch?v=uA_PVyZP7AI) +- [React Compiler Case Studies](https://www.youtube.com/watch?v=lvhPq5chokM) +- [React 19 Deep Dive: Coordinating HTML](https://www.youtube.com/watch?v=IBBN-s77YSI) + +**Releases** +- [v19.0.0 (December, 2024)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1900-december-5-2024) + ### React 18 {/*react-18*/} **Blog Posts**