Browse Source

Fix broken link (#4509)

main
Yuki Takemoto 3 years ago
committed by GitHub
parent
commit
8ee0706201
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2022-03-08-react-18-upgrade-guide.md

2
content/blog/2022-03-08-react-18-upgrade-guide.md

@ -3,7 +3,7 @@ title: "How to Upgrade to React 18"
author: [rickhanlonii]
---
As we shared in the [release post](/blog/2022/03/28/react-v18.html), React 18 introduces features powered by our new concurrent renderer, with a gradual adoption strategy for existing applications. In this post, we will guide you through the steps for upgrading to React 18.
As we shared in the [release post](/blog/2022/03/29/react-v18.html), React 18 introduces features powered by our new concurrent renderer, with a gradual adoption strategy for existing applications. In this post, we will guide you through the steps for upgrading to React 18.
Please [report any issues](https://github.com/facebook/react/issues/new/choose) you encounter while upgrading to React 18.

Loading…
Cancel
Save