Skip to content

Commit 1a1f16d

Browse files
authored
Merge pull request #591 from reactjs/sync-49284218
Sync with react.dev @ 4928421
2 parents fa3f0cc + 22b290b commit 1a1f16d

26 files changed

+1302
-1599
lines changed

TRANSLATION.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,23 @@
7474
| Орудний | _пропом_ | _пропсами_ |
7575
| Місцевий | _пропі_ | _пропсах_ |
7676

77+
Бандл
78+
79+
| Відмінок | Однина | Множина |
80+
| -------- | ------ | ------- |
81+
| Називний | _бандл_ | _бандли_ |
82+
| Родовий | _бандла_ | _бандлів_ |
83+
| Давальний | _бандлу_ | _бандлам_ |
84+
| Знахідний | _бандл_ | _бандли_ |
85+
| Орудний | _бандлом_ | _бандлами_ |
86+
| Місцевий | _бандлі_ | _бандлах_ |
87+
7788
Бандлер
7889

7990
| Відмінок | Однина | Множина |
8091
| -------- | ------ | ------- |
8192
| Називний | _бандлер_ | _бандлери_ |
82-
| Родовий | _бандлеру_ | _бандлерів_ |
93+
| Родовий | _бандлера_ | _бандлерів_ |
8394
| Давальний | _бандлеру_ | _бандлерам_ |
8495
| Знахідний | _бандлер_ | _бандлери_ |
8596
| Орудний | _бандлером_ | _бандлерами_ |
@@ -108,7 +119,11 @@
108119
| batch | група оновлень |
109120
| batching | групування |
110121
| browser | браузер |
122+
| build | збірка |
123+
| build tool | інструмент збирання |
124+
| build tooling | інструменти збирання |
111125
| bug | помилка, дефект |
126+
| bundle | бандл; запаковувати |
112127
| bundler | бандлер |
113128
| callback | функція зворотного виклику |
114129
| camelCase | *camelCase* |
@@ -125,7 +140,7 @@
125140
| development | розробка |
126141
| development mode | режим розробки |
127142
| developer tools | інструменти розробника |
128-
| React developer tools | інструменти React розробника |
143+
| React developer tools | інструменти розробника React |
129144
| DOM container | DOM-контейнер |
130145
| effect | ефект |
131146
| encapsulation | інкапсуляція |
@@ -161,11 +176,13 @@
161176
| online | онлайн |
162177
| online playground | онлайн пісочниця |
163178
| package manager | менеджер пакетів |
179+
| package registry | реєстр пакетів |
164180
| paint | фарбування, перефарбування |
181+
| performance | продуктивність (TODO: розглянути "швидкодію") |
165182
| prop | проп |
166183
| props | пропси |
167-
| production | продакшн |
168-
| production mode | продакшн-режим |
184+
| production | публічне середовище; впровадження |
185+
| production mode | (у режимі) публічного середовища; режим публічного впровадження |
169186
| reducer | редюсер |
170187
| reuse | повторне використання, перевикористання |
171188
| React | React |

next-env.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference types="next/navigation-types/compat/navigation" />
34

45
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

src/components/MDX/CodeBlock/CodeBlock.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ function getInlineDecorators(
336336
line.step === 3,
337337
'bg-green-40 border-green-40 text-green-60 dark:text-green-30':
338338
line.step === 4,
339+
// TODO: Some codeblocks use up to 6 steps.
339340
}
340341
),
341342
})

src/content/blog/2025/02/14/sunsetting-create-react-app.md

+309
Large diffs are not rendered by default.

src/content/blog/index.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ title: React Blog
44

55
<Intro>
66

7-
This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first. You can also follow the [@reactjs](https://twitter.com/reactjs) account on Twitter, but you won’t miss anything essential if you only read this blog.
7+
This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first.
8+
9+
You can also follow the [@react.dev](https://bsky.app/profiles/react.js) account on Bluesky, or [@reactjs](https://twitter.com/reactjs) account on Twitter, but you won’t miss anything essential if you only read this blog.
810

911
</Intro>
1012

1113
<div className="sm:-mx-5 flex flex-col gap-5 mt-12">
1214

15+
<BlogCard title="Sunsetting Create React App" date="February 13, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
16+
17+
Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework. We’re also providing docs for when a framework isn’t a good fit for your project, or you prefer to start by building a framework.
18+
19+
</BlogCard>
20+
1321
<BlogCard title="React v19 " date="December 5, 2024" url="/blog/2024/12/05/react-19">
1422

1523
In the React 19 Upgrade Guide, we shared step-by-step instructions for upgrading your app to React 19. In this post, we'll give an overview of the new features in React 19, and how you can adopt them ...

src/content/community/conferences.md

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ June 13 - 17, 2025. In-person in Amsterdam, Netherlands + remote (hybrid event)
4040

4141
[Website](https://reactsummit.com/) - [Twitter](https://x.com/reactsummit)
4242

43+
### React Nexus 2025 {/*react-nexus-2025*/}
44+
July 03 - 05, 2025. In-person in Bangalore, India
45+
46+
[Website](https://reactnexus.com/) - [Twitter](https://x.com/ReactNexus) - [Bluesky](https://bsky.app/profile/reactnexus.com) - [Linkedin](https://www.linkedin.com/company/react-nexus) - [YouTube](https://www.youtube.com/reactify_in)
47+
4348
### React Universe Conf 2025 {/*react-universe-conf-2025*/}
4449
September 2-4, 2025. Wrocław, Poland.
4550

src/content/community/meetups.md

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
5757
* [React Advanced London](https://guild.host/react-advanced-london)
5858
* [React Native London](https://guild.host/RNLDN)
5959

60+
## Finland {/*finland*/}
61+
* [Helsinki](https://www.meetabit.com/communities/react-helsinki)
62+
6063
## France {/*france*/}
6164
* [Lille](https://www.meetup.com/ReactBeerLille/)
6265
* [Paris](https://www.meetup.com/ReactJS-Paris/)
@@ -136,6 +139,9 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
136139
## Spain {/*spain*/}
137140
* [Barcelona](https://www.meetup.com/ReactJS-Barcelona/)
138141

142+
## Sri Lanka {/*sri-lanka*/}
143+
* [Colombo](https://www.javascriptcolombo.com/)
144+
139145
## Sweden {/*sweden*/}
140146
* [Goteborg](https://www.meetup.com/ReactJS-Goteborg/)
141147
* [Stockholm](https://www.meetup.com/Stockholm-ReactJS-Meetup/)

0 commit comments

Comments
 (0)