From 707f22d25f5b343a2e5e063877f1fc97cb1f48a1 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 3 Apr 2022 21:37:23 +0100 Subject: [PATCH] Add call to action to 18 blog post (#4542) --- content/blog/2022-03-29-react-v18.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/blog/2022-03-29-react-v18.md b/content/blog/2022-03-29-react-v18.md index 3a4d59b18..a2f287548 100644 --- a/content/blog/2022-03-29-react-v18.md +++ b/content/blog/2022-03-29-react-v18.md @@ -244,6 +244,10 @@ With Strict Mode in React 18, React will simulate unmounting and remounting the > > `useInsertionEffect` is intended to be used by libraries, not application code. +## How to Upgrade {#how-to-upgrade} + +See [How to Upgrade to React 18](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html) for step-by-step instructions and a full list of breaking and notable changes. + ## Changelog {#changelog} ### React {#react}