From 47a40802effbc143e2019810c251fd097b3fd5a0 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 10 Aug 2026 18:41:43 +0100 Subject: [PATCH 1/2] Add/fix RN team member links (#8558) --- .../images/team/{gh-rh389.jpg => gh-robhogan.jpg} | Bin src/content/community/team.md | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename public/images/team/{gh-rh389.jpg => gh-robhogan.jpg} (100%) diff --git a/public/images/team/gh-rh389.jpg b/public/images/team/gh-robhogan.jpg similarity index 100% rename from public/images/team/gh-rh389.jpg rename to public/images/team/gh-robhogan.jpg diff --git a/src/content/community/team.md b/src/content/community/team.md index e321f240..dd77a539 100644 --- a/src/content/community/team.md +++ b/src/content/community/team.md @@ -26,7 +26,7 @@ React work is organized into working groups, each responsible for an area of the - + Ricky majored in theoretical math and somehow found himself on the React Native team for a couple years before joining the React team. When he's not programming you can find him snowboarding, biking, climbing, golfing, or closing GitHub issues that do not match the issue template. @@ -38,7 +38,7 @@ React work is organized into working groups, each responsible for an area of the ## Working Group members {/*working-group-members*/} - + @@ -82,11 +82,11 @@ React work is organized into working groups, each responsible for an area of the - + - + - + Ruslan's introduction to UI programming started when he was a kid by manually editing HTML templates for his custom gaming forums. Somehow, he ended up majoring in Computer Science. He enjoys music, games, and memes. Mostly memes. From 383a1e9239c8c084a16a19daa4fc2a7ad04e2a3a Mon Sep 17 00:00:00 2001 From: Aurora Scharff <66901228+aurorascharff@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:21:35 +0200 Subject: [PATCH 2/2] Clarify Suspense link in useDeferredValue docs (#8591) --- src/content/reference/react/useDeferredValue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react/useDeferredValue.md b/src/content/reference/react/useDeferredValue.md index 1f85dcb2..f5aa29bb 100644 --- a/src/content/reference/react/useDeferredValue.md +++ b/src/content/reference/react/useDeferredValue.md @@ -88,7 +88,7 @@ During updates, the deferred value will "lag behin This example assumes you use a data source that [activates a Suspense boundary](/reference/react/Suspense#what-activates-a-suspense-boundary), such as a Promise you read with [`use`](/reference/react/use). -[Learn more about Suspense and its limitations.](/reference/react/Suspense) +[Learn more about Suspense.](/reference/react/Suspense)