Skip to content

Commit 49b4412

Browse files
Merge branch 'main' of https://github.com/reactjs/react.dev into sync-f3d9794f
2 parents 80c6055 + f3d9794 commit 49b4412

25 files changed

Lines changed: 971 additions & 93 deletions

src/content/blog/2025/04/23/react-labs-view-transitions-activity-and-more.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,8 +1245,8 @@ root.render(
12451245
```json package.json hidden
12461246
{
12471247
"dependencies": {
1248-
"react": "canary",
1249-
"react-dom": "canary",
1248+
"react": "19.3.0-canary-eb8feb71-20260814",
1249+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
12501250
"react-scripts": "latest"
12511251
},
12521252
"scripts": {
@@ -2442,8 +2442,8 @@ root.render(
24422442
```json package.json hidden
24432443
{
24442444
"dependencies": {
2445-
"react": "canary",
2446-
"react-dom": "canary",
2445+
"react": "19.3.0-canary-eb8feb71-20260814",
2446+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
24472447
"react-scripts": "latest"
24482448
},
24492449
"scripts": {
@@ -3670,8 +3670,8 @@ root.render(
36703670
```json package.json hidden
36713671
{
36723672
"dependencies": {
3673-
"react": "canary",
3674-
"react-dom": "canary",
3673+
"react": "19.3.0-canary-eb8feb71-20260814",
3674+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
36753675
"react-scripts": "latest"
36763676
},
36773677
"scripts": {
@@ -4879,8 +4879,8 @@ root.render(
48794879
```json package.json hidden
48804880
{
48814881
"dependencies": {
4882-
"react": "canary",
4883-
"react-dom": "canary",
4882+
"react": "19.3.0-canary-eb8feb71-20260814",
4883+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
48844884
"react-scripts": "latest"
48854885
},
48864886
"scripts": {
@@ -6195,8 +6195,8 @@ root.render(
61956195
```json package.json hidden
61966196
{
61976197
"dependencies": {
6198-
"react": "canary",
6199-
"react-dom": "canary",
6198+
"react": "19.3.0-canary-eb8feb71-20260814",
6199+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
62006200
"react-scripts": "latest"
62016201
},
62026202
"scripts": {
@@ -7493,8 +7493,8 @@ root.render(
74937493
```json package.json hidden
74947494
{
74957495
"dependencies": {
7496-
"react": "canary",
7497-
"react-dom": "canary",
7496+
"react": "19.3.0-canary-eb8feb71-20260814",
7497+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
74987498
"react-scripts": "latest"
74997499
},
75007500
"scripts": {
@@ -8814,8 +8814,8 @@ root.render(
88148814
```json package.json hidden
88158815
{
88168816
"dependencies": {
8817-
"react": "canary",
8818-
"react-dom": "canary",
8817+
"react": "19.3.0-canary-eb8feb71-20260814",
8818+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
88198819
"react-scripts": "latest"
88208820
},
88218821
"scripts": {
@@ -10155,8 +10155,8 @@ root.render(
1015510155
```json package.json hidden
1015610156
{
1015710157
"dependencies": {
10158-
"react": "canary",
10159-
"react-dom": "canary",
10158+
"react": "19.3.0-canary-eb8feb71-20260814",
10159+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
1016010160
"react-scripts": "latest"
1016110161
},
1016210162
"scripts": {
@@ -11441,8 +11441,8 @@ root.render(
1144111441
```json package.json hidden
1144211442
{
1144311443
"dependencies": {
11444-
"react": "canary",
11445-
"react-dom": "canary",
11444+
"react": "19.3.0-canary-eb8feb71-20260814",
11445+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
1144611446
"react-scripts": "latest"
1144711447
},
1144811448
"scripts": {
@@ -12840,8 +12840,8 @@ root.render(
1284012840
```json package.json hidden
1284112841
{
1284212842
"dependencies": {
12843-
"react": "canary",
12844-
"react-dom": "canary",
12843+
"react": "19.3.0-canary-eb8feb71-20260814",
12844+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
1284512845
"react-scripts": "latest"
1284612846
},
1284712847
"scripts": {
@@ -14178,8 +14178,8 @@ root.render(
1417814178
```json package.json hidden
1417914179
{
1418014180
"dependencies": {
14181-
"react": "canary",
14182-
"react-dom": "canary",
14181+
"react": "19.3.0-canary-eb8feb71-20260814",
14182+
"react-dom": "19.3.0-canary-eb8feb71-20260814",
1418314183
"react-scripts": "latest"
1418414184
},
1418514185
"scripts": {

src/content/community/team.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ React work is organized into working groups, each responsible for an area of the
2626

2727
<TeamMember name="Moti Zilberman" permalink="moti-zilberman" photo="/images/team/gh-motiz88.jpg" github="motiz88" title="Engineer at Meta" group="DevX*" />
2828

29-
<TeamMember name="Nicola Corti" permalink="nicola-corti" photo="/images/team/gh-cortinico.jpg" github="cortinico" title="Engineer at Meta" group="React Native*, Docs & Community" />
29+
<TeamMember name="Nicola Corti" permalink="nicola-corti" photo="/images/team/gh-cortinico.jpg" github="cortinico" twitter="cortinico" title="Engineer at Meta" group="React Native*, Docs & Community" />
3030

3131
<TeamMember name="Rick Hanlon" permalink="rick-hanlon" photo="/images/team/rickhanlonii.jpg" github="rickhanlonii" twitter="rickyfm" threads="rickhanlonii" bsky="ricky.fm" title="Engineer at Meta" group="Docs & Community*, DOM, Fiber, Server, DevX">
3232
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,10 +38,12 @@ React work is organized into working groups, each responsible for an area of the
3838

3939
## Working Group members {/*working-group-members*/}
4040

41-
<TeamMember name="Alex Hunt" permalink="alex-hunt" photo="/images/team/gh-huntie.jpg" github="huntie" title="Engineer at Meta" group="DevX, React Native" />
41+
<TeamMember name="Alex Hunt" permalink="alex-hunt" photo="/images/team/gh-huntie.jpg" github="huntie" twitter="huntie" title="Engineer at Meta" group="DevX, React Native" />
4242

4343
<TeamMember name="Aurora Scharff" permalink="aurora-scharff" photo="/images/team/gh-aurorascharff.jpg" github="aurorascharff" title="Engineer at Vercel" group="Docs & Community" />
4444

45+
<TeamMember name="Bartosz Kaszubowski" permalink="bartosz-kaszubowski" photo="/images/team/gh-simek.png" github="simek" bsky="simek.dev" title="Engineer" group="Docs & Community" />
46+
4547
<TeamMember name="Brent Vatne" permalink="brent-vatne" photo="/images/team/gh-brentvatne.jpg" github="brentvatne" title="Engineer at Expo" group="React Native" />
4648

4749
<TeamMember name="Dan Abramov" permalink="dan-abramov" photo="/images/team/gaearon.jpg" github="gaearon" bsky="danabra.mov" title="Engineer at Vercel" group="Docs & Community">
@@ -77,16 +79,16 @@ React work is organized into working groups, each responsible for an area of the
7779
<TeamMember name="Michał Pierzchała" permalink="michal-pierzchala" photo="/images/team/gh-thymikee.jpg" github="thymikee" title="Engineer at Callstack" group="React Native" />
7880

7981
<TeamMember name="Mike Vitousek" permalink="mike-vitousek" photo="/images/team/mike.jpg" github="mvitousek" title="Engineer at Meta" group="Compiler">
80-
Mike went to grad school dreaming of becoming a professor but realized that he liked building things a lot more than writing grant applications. Mike joined Meta to work on Javascript infrastructure, which ultimately led him to work on the React Compiler. When not hacking on either Javascript or OCaml, Mike can often be found hiking or skiing in the Pacific Northwest.
82+
Mike went to grad school dreaming of becoming a professor but realized that he liked building things a lot more than writing grant applications. Mike joined Meta to work on JavaScript infrastructure, which ultimately led him to work on the React Compiler. When not hacking on either Javascript or OCaml, Mike can often be found hiking or skiing in the Pacific Northwest.
8183
</TeamMember>
8284

8385
<TeamMember name="Pieter De Baets" permalink="pieter-de-baets" photo="/images/team/gh-javache.jpg" github="javache" title="Engineer at Meta" group="Compiler, Fiber, React Native" />
8486

85-
<TeamMember name="Riccardo Cipolleschi" permalink="riccardo-cipolleschi" photo="/images/team/gh-cipolleschi.png" github="cipolleschi" title="Engineer at Meta" group="Docs & Community, React Native" />
87+
<TeamMember name="Riccardo Cipolleschi" permalink="riccardo-cipolleschi" photo="/images/team/gh-cipolleschi.png" github="cipolleschi" twitter="CipolleschiR" title="Engineer at Meta" group="Docs & Community, React Native" />
8688

87-
<TeamMember name="Rob Hogan" permalink="rob-hogan" photo="/images/team/gh-rh389.jpg" github="rh389" title="Engineer at Meta" group="DevX" />
89+
<TeamMember name="Rob Hogan" permalink="rob-hogan" photo="/images/team/gh-robhogan.jpg" github="robhogan" twitter="robjhogan" title="Engineer at Meta" group="DevX" />
8890

89-
<TeamMember name="Rubén Norte" permalink="ruben-norte" photo="/images/team/gh-rubennorte.jpg" github="rubennorte" title="Engineer at Meta" group="Fiber" />
91+
<TeamMember name="Rubén Norte" permalink="ruben-norte" photo="/images/team/gh-rubennorte.jpg" github="rubennorte" title="Engineer at Meta" group="Fiber, React Native" />
9092

9193
<TeamMember name="Ruslan Lesiutin" permalink="ruslan-lesiutin" photo="/images/team/lesiutin.jpg" github="hoxyq" twitter="ruslanlesiutin" threads="lesiutin" title="Engineer at Meta" group="DOM, DevX">
9294
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.
@@ -102,8 +104,6 @@ React work is organized into working groups, each responsible for an area of the
102104

103105
<TeamMember name="Vitali Zaidman" permalink="vitali-zaidman" photo="/images/team/gh-vzaidman.jpg" github="vzaidman" title="Engineer at Meta" group="DevX" />
104106

105-
<TeamMember name="Vojtěch Šimek" permalink="vojtech-simek" photo="/images/team/gh-simek.png" github="simek" title="Developer" group="Docs & Community" />
106-
107107
## Advisors {/*advisors*/}
108108

109109
<TeamMember name="Eli White" permalink="eli-white" photo="/images/team/eli-white.jpg" github="elicwhite" twitter="Eli_White" threads="elicwhite" title="Engineer at Meta">
@@ -115,7 +115,7 @@ React work is organized into working groups, each responsible for an area of the
115115
</TeamMember>
116116

117117
<TeamMember name="Jimmy Lai" permalink="jimmy-lai" photo="/images/team/jimmy-lai.jpg" github="feedthejim" title="Engineering Director, Next.js at Vercel">
118-
Like many others, Jimmy started programming with the hopes of being able to work in the gaming industry. Fast forward a few years, he somehow decided that React and Javascript were pretty fun and that helping other developers build fast experiences was a more interesting life goal. After starting his career at Meta, working on product infrastructure and (briefly) on React Native, Jimmy now works at Vercel, where he helps his team build Next.js. He sadly does not get much time for video games anymore.
118+
Like many others, Jimmy started programming with the hopes of being able to work in the gaming industry. Fast forward a few years, he somehow decided that React and JavaScript were pretty fun and that helping other developers build fast experiences was a more interesting life goal. After starting his career at Meta, working on product infrastructure and (briefly) on React Native, Jimmy now works at Vercel, where he helps his team build Next.js. He sadly does not get much time for video games anymore.
119119
</TeamMember>
120120

121121
<TeamMember name="Seth Webster" permalink="seth-webster" photo="/images/team/seth.jpg" github="sethwebster" twitter="sethwebster" threads="sethwebster" personal="sethwebster.com" title="Executive Director, React Foundation, Chief Developer Evangelist at Expo">

0 commit comments

Comments
 (0)