You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
5
+
<link>https://react.dev/</link>
6
+
<generator>react.dev rss module</generator>
7
+
<lastBuildDate>Mon, 19 Aug 2024 13:10:21 GMT</lastBuildDate>
<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>
<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>
<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>
<title><![CDATA[React Labs: What We've Been Working On – February 2024]]></title>
37
+
<description><![CDATA[In React Labs posts, we write about projects in active research and development. We’ve made significant progress since our last update, and we’d like to share our progress.]]></description>
<description><. It lets curated setups like frameworks decouple adoption of individual React features from the React release schedule.]]></description>
<dc:creator><![CDATA[Dan Abramov, Sophie Alpert, Rick Hanlon, Sebastian Markbage, and Andrew Clark]]></dc:creator>
49
+
<pubDate>Tue, 02 May 2023 18:00:00 GMT</pubDate>
50
+
</item>
51
+
<item>
52
+
<title><![CDATA[React Labs: What We've Been Working On – March 2023]]></title>
53
+
<description><![CDATA[In React Labs posts, we write about projects in active research and development. We've made significant progress on them since our last update, and we'd like to share what we learned.]]></description>
<dc:creator><![CDATA[Joseph Savona, Josh Story, Lauren Tan, Mengdi Chen, Samuel Susla, Sathya Gunasekaran, Sebastian Markbage, and Andrew Clark]]></dc:creator>
57
+
<pubDate>Tue, 21 Mar 2023 18:00:00 GMT</pubDate>
58
+
</item>
59
+
<item>
60
+
<title><![CDATA[Introducing react.dev]]></title>
61
+
<description><![CDATA[Today we are thrilled to launch react.dev, the new home for React and its documentation. In this post, we would like to give you a tour of the new site.]]></description>
<dc:creator><![CDATA[Dan Abramov and Rachel Nabors]]></dc:creator>
65
+
<pubDate>Wed, 15 Mar 2023 18:00:00 GMT</pubDate>
66
+
</item>
67
+
<item>
68
+
<title><![CDATA[React Labs: What We've Been Working On – June 2022]]></title>
69
+
<description><![CDATA[React 18 was years in the making, and with it brought valuable lessons for the React team. Its release was the result of many years of research and exploring many paths. Some of those paths were successful; many more were dead-ends that led to new insights. One lesson we’ve learned is that it’s frustrating for the community to wait for new features without having insight into these paths that we’re exploring.]]></description>
<dc:creator><![CDATA[Andrew Clark, Dan Abramov, Jan Kassens, Joseph Savona, Josh Story, Lauren Tan, Luna Ruan, Mengdi Chen, Rick Hanlon, Robert Zhang, Sathya Gunasekaran, Sebastian Markbage, and Xuan Huang]]></dc:creator>
73
+
<pubDate>Tue, 14 Jun 2022 18:00:00 GMT</pubDate>
74
+
</item>
75
+
<item>
76
+
<title><![CDATA[React v18.0]]></title>
77
+
<description><![CDATA[React 18 is now available on npm! In our last post, we shared step-by-step instructions for upgrading your app to React 18. In this post, we'll give an overview of what's new in React 18, and what it means for the future.]]></description>
<title><![CDATA[How to Upgrade to React 18]]></title>
85
+
<description><![CDATA[As we shared in the release post, React 18 introduces features powered by our new concurrent renderer, with a gradual adoption strategy for existing applications. In this post, we will guide you through the steps for upgrading to React 18.]]></description>
<description><![CDATA[Last week we hosted our 6th React Conf. In previous years, we've used the React Conf stage to deliver industry changing announcements such as React Native and React Hooks. This year, we shared our multi-platform vision for React, starting with the release of React 18 and gradual adoption of concurrent features.]]></description>
<dc:creator><![CDATA[Jesslyn Tannady and Rick Hanlon]]></dc:creator>
97
+
<pubDate>Thu, 16 Dec 2021 18:00:00 GMT</pubDate>
98
+
</item>
99
+
<item>
100
+
<title><![CDATA[The Plan for React 18]]></title>
101
+
<description><![CDATA[The React team is excited to share a few updates. We’ve started work on the React 18 release, which will be our next major version. We’ve created a Working Group to prepare the community for gradual adoption of new features in React 18. We’ve published a React 18 Alpha so that library authors can try it and provide feedback...]]></description>
<dc:creator><![CDATA[Andrew Clark, Brian Vaughn, Christine Abernathy, Dan Abramov, Rachel Nabors, Rick Hanlon, Sebastian Markbage, and Seth Webster]]></dc:creator>
105
+
<pubDate>Mon, 07 Jun 2021 18:00:00 GMT</pubDate>
106
+
</item>
107
+
<item>
108
+
<title><![CDATA[Introducing Zero-Bundle-Size React Server Components]]></title>
109
+
<description><![CDATA[2020 has been a long year. As it comes to an end we wanted to share a special Holiday Update on our research into zero-bundle-size React Server Components.]]></description>
Copy file name to clipboardExpand all lines: src/content/learn/editor-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ React қауымдастығында қолданылатын басқа тан
40
40
41
41
### Форматтау {/*formatting*/}
42
42
43
-
The last thing you want to do when sharing your code with another contributor is get into a discussion about [tabs vs spaces](https://www.google.com/search?q=tabs+vs+spaces)! Fortunately, [Prettier](https://prettier.io/)will clean up your code by reformatting it to conform to preset, configurable rules. Run Prettier, and all your tabs will be converted to spaces—and your indentation, quotes, etc will also all be changed to conform to the configuration. In the ideal setup, Prettier will run when you save your file, quickly making these edits for you.
43
+
Кодыңызды басқа адамдармен бөліскен кезде ең соңғы уайымдайтын нәрсе ол [табтар немесе бос орындар](https://www.google.com/search?q=tabs+vs+spaces)! Қуанышқа орай, [Prettier](https://prettier.io/)кодты алдын ала орнатылған ережелерге сәйкес форматтайды. Prettier-ді іске қосыңыз, сонда барлық қойған табтар, бос орындар, тырнақша түрі және т.б. конфигурацияға сәйкес келетіндей етіп өзгертіледі. Prettier файлды сақтаған кезде форматтауды іске қосылады, бұл сіздің жұмысынызды жеңілдетеді.
44
44
45
45
Мына қадамдарды орындау арқылы [VSCode ішінде Prettier кеңейтімін](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) орнатуға болады:
Copy file name to clipboardExpand all lines: src/content/learn/installation.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ export default function App() {
37
37
38
38
Дәл осы жерде код жазуға немесе жоғарғы оң жақ бұрыштағы «Fork» түймесін басу арқылы кодты жаңа табта ашуға болады.
39
39
40
+
Мұндай құмжәшіктер React құжаттамасының беттерінің көпшілігінде қолжетімді. React құжаттамасынан басқа, React-ті қолдайтын көптеген онлайн құмжәшіктері бар: мысалы, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), немесе [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)
41
+
42
+
40
43
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?template=QWYVwWN)
0 commit comments