From 6d77836ce02e16a64d72f1f5a02966338d44dd56 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 27 Mar 2018 14:36:04 -0700 Subject: [PATCH] Linked to async blog post --- content/blog/2018-03-20-react-v-16-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-03-20-react-v-16-3.md b/content/blog/2018-03-20-react-v-16-3.md index 272b40d2..cec19a26 100644 --- a/content/blog/2018-03-20-react-v-16-3.md +++ b/content/blog/2018-03-20-react-v-16-3.md @@ -76,7 +76,7 @@ In addition to deprecating unsafe lifecycles, we are also adding a couple of new * [`getDerivedStateFromProps`](/docs/react-component.html#static-getderivedstatefromprops) is being added as a safer alternative to the legacy `componentWillReceiveProps`. * [`getSnapshotBeforeUpdate`](/docs/react-component.html#getsnapshotbeforeupdate) is being added to support safely reading properties from e.g. the DOM before updates are made. -[Learn more about these lifecycle changes here.](#TODO-link-to-update-on-async-blog-post) +[Learn more about these lifecycle changes here.](/blog/2018/03/27/update-on-async-rendering.html) ## `StrictMode` Component