From f5a1efb78e9b5c06144a8024c27b48a017db76dd Mon Sep 17 00:00:00 2001 From: Ricky Date: Wed, 23 Mar 2022 15:18:12 -0400 Subject: [PATCH] Add link to RFC #213 --- text/0000-react-18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-react-18.md b/text/0000-react-18.md index ac4db066..08c5598b 100644 --- a/text/0000-react-18.md +++ b/text/0000-react-18.md @@ -63,7 +63,7 @@ Transitions will opt in to concurrent rendering, which allows the update to be i ### New Suspense features -These features are outlined in a separate RFC. +[These features are outlined in a separate RFC](https://github.com/reactjs/rfcs/pull/213). ### New client and server rendering APIs