Skip to content

Commit 59746b6

Browse files
authored
Merge branch 'main' into sync-a5aad0d5
2 parents f31813f + 5e671c5 commit 59746b6

File tree

3 files changed

+20
-41
lines changed

3 files changed

+20
-41
lines changed

public/rss.xml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@
44
<description><![CDATA[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.]]></description>
55
<link>https://react.dev/</link>
66
<generator>react.dev rss module</generator>
7-
<lastBuildDate>Tue, 15 Oct 2024 19:03:53 GMT</lastBuildDate>
7+
<lastBuildDate>Wed, 23 Jul 2025 18:15:32 GMT</lastBuildDate>
88
<atom:link href="https://react.dev/rss.xml" rel="self" type="application/rss+xml"/>
9-
<pubDate>Tue, 15 Oct 2024 19:03:53 GMT</pubDate>
9+
<pubDate>Wed, 23 Jul 2025 18:15:32 GMT</pubDate>
1010
<language><![CDATA[en]]></language>
11+
<item>
12+
<title><![CDATA[React v19]]></title>
13+
<description><![CDATA[React 19 is now available on npm! In this post, we'll give an overview of the new features in React 19, and how you can adopt them.]]></description>
14+
<link>https://react.dev/blog/2024/12/05/react-19</link>
15+
<guid isPermaLink="true">https://react.dev/blog/2024/12/05/react-19</guid>
16+
<dc:creator><![CDATA[The React Team]]></dc:creator>
17+
<pubDate>Wed, 04 Dec 2024 19:00:00 GMT</pubDate>
18+
</item>
19+
<item>
20+
<title><![CDATA[React Compiler Beta Release]]></title>
21+
<description><![CDATA[At React Conf 2024, we announced the experimental release of React Compiler, a build-time tool that optimizes your React app through automatic memoization. In this post, we want to share what's next for open source, and our progress on the compiler.]]></description>
22+
<link>https://react.dev/blog/2024/10/21/react-compiler-beta-release</link>
23+
<guid isPermaLink="true">https://react.dev/blog/2024/10/21/react-compiler-beta-release</guid>
24+
<dc:creator><![CDATA[Lauren Tan]]></dc:creator>
25+
<pubDate>Sun, 20 Oct 2024 19:00:00 GMT</pubDate>
26+
</item>
1127
<item>
1228
<title><![CDATA[React Conf 2024 Recap]]></title>
1329
<description><![CDATA[Last week we hosted React Conf 2024, a two-day conference in Henderson, Nevada where 700+ attendees gathered in-person to discuss the latest in UI engineering. In this post, we'll summarize the talks and announcements from the event.]]></description>
@@ -17,15 +33,7 @@
1733
<pubDate>Tue, 21 May 2024 19:00:00 GMT</pubDate>
1834
</item>
1935
<item>
20-
<title><![CDATA[React 19 RC]]></title>
21-
<description><![CDATA[React 19 RC is now available on npm! In this post, we'll give an overview of the new features in React 19, and how you can adopt them.]]></description>
22-
<link>https://react.dev/blog/2024/04/25/react-19</link>
23-
<guid isPermaLink="true">https://react.dev/blog/2024/04/25/react-19</guid>
24-
<dc:creator><![CDATA[The React Team]]></dc:creator>
25-
<pubDate>Wed, 24 Apr 2024 19:00:00 GMT</pubDate>
26-
</item>
27-
<item>
28-
<title><![CDATA[React 19 RC Upgrade Guide]]></title>
36+
<title><![CDATA[React 19 Upgrade Guide]]></title>
2937
<description><![CDATA[The improvements added to React 19 require some breaking changes, but we've worked to make the upgrade as smooth as possible and we don't expect the changes to impact most apps. In this post, we will guide you through the steps for upgrading apps and libraries to React 19.]]></description>
3038
<link>https://react.dev/blog/2024/04/25/react-19-upgrade-guide</link>
3139
<guid isPermaLink="true">https://react.dev/blog/2024/04/25/react-19-upgrade-guide</guid>

src/content/community/conferences.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,7 @@ November 14 & 15, 2024. In-person in London, UK
7575
### React Advanced London 2024 {/*react-advanced-london-2024*/}
7676
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
7777

78-
79-
[Website](https://reactsummit.us/) - [Twitter](https://twitter.com/reactsummit) - [Videos](https://portal.gitnation.org/)
80-
81-
### React Native London Conf 2024 {/*react-native-london-2024*/}
82-
November 14 & 15, 2024. In-person in London, UK
83-
84-
[Website](https://reactnativelondon.co.uk/) - [Twitter](https://x.com/RNLConf)
78+
[Website](https://reactadvanced.com/) - [Twitter](https://twitter.com/reactadvanced) - [Videos](https://portal.gitnation.org/)
8579

8680
### React Brussels 2024 {/*react-brussels-2024*/}
8781
October 18, 2024. In-person in Brussels, Belgium (hybrid event)

src/content/learn/react-developer-tools.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,10 @@ react-devtools
5050

5151
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5252

53-
<<<<<<< HEAD
54-
## Мобильдік қосымша (React Native) {/*mobile-react-native*/}
55-
React Developer Tools [React Native](https://reactnative.dev/) көмегімен жасалған қосымшаларды зеттеу үшін қолдануға болады.
56-
57-
React Developer Tools пайдаланудың ең оңай жолы - оны жалпы деңгейде орнату:
58-
```bash
59-
# Yarn
60-
yarn global add react-devtools
61-
62-
# Npm
63-
npm install -g react-devtools
64-
```
65-
Содан кейін терминалда келесі команданы шақырыныз:
66-
```bash
67-
react-devtools
68-
```
69-
Ол іске қосылған кезде локальді React Native қосымшанызға қосылуы керек.
70-
71-
> Программа зерттеу құралдары бірнеше секундтан кейін қосылмаса, қолданбаны қайта жүктеп көріңіз.
72-
73-
[React Native дебаггингі туралы көбірек білу.](https://reactnative.dev/docs/debugging)
74-
=======
7553
## Mobile (React Native) {/*mobile-react-native*/}
7654

7755
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection.
7856

7957
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
8058

8159
> For versions of React Native earlier than 0.76, please use the standalone build of React DevTools by following the [Safari and other browsers](#safari-and-other-browsers) guide above.
82-
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04

0 commit comments

Comments
 (0)