Skip to content

Commit 3768fff

Browse files
authored
Merge branch 'main' into sync-2bfa7a62
2 parents f1324cc + 2462039 commit 3768fff

3 files changed

Lines changed: 120 additions & 37 deletions

File tree

public/rss.xml

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
2+
<channel>
3+
<title><![CDATA[React Blog]]></title>
4+
<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>
8+
<atom:link href="https://react.dev/rss.xml" rel="self" type="application/rss+xml"/>
9+
<pubDate>Mon, 19 Aug 2024 13:10:21 GMT</pubDate>
10+
<language><![CDATA[en]]></language>
11+
<item>
12+
<title><![CDATA[React Conf 2024 Recap]]></title>
13+
<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>
14+
<link>https://react.dev/blog/2024/05/22/react-conf-2024-recap</link>
15+
<guid isPermaLink="true">https://react.dev/blog/2024/05/22/react-conf-2024-recap</guid>
16+
<dc:creator><![CDATA[Ricky Hanlon]]></dc:creator>
17+
<pubDate>Tue, 21 May 2024 19:00:00 GMT</pubDate>
18+
</item>
19+
<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>
29+
<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>
30+
<link>https://react.dev/blog/2024/04/25/react-19-upgrade-guide</link>
31+
<guid isPermaLink="true">https://react.dev/blog/2024/04/25/react-19-upgrade-guide</guid>
32+
<dc:creator><![CDATA[Ricky Hanlon]]></dc:creator>
33+
<pubDate>Wed, 24 Apr 2024 19:00:00 GMT</pubDate>
34+
</item>
35+
<item>
36+
<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>
38+
<link>https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024</link>
39+
<guid isPermaLink="true">https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024</guid>
40+
<dc:creator><![CDATA[Joseph Savona, Ricky Hanlon, Andrew Clark, Matt Carroll, and Dan Abramov]]></dc:creator>
41+
<pubDate>Wed, 14 Feb 2024 18:00:00 GMT</pubDate>
42+
</item>
43+
<item>
44+
<title><![CDATA[React Canaries: Enabling Incremental Feature Rollout Outside Meta]]></title>
45+
<description><![CDATA[We'd like to offer the React community an option to adopt individual new features as soon as their design is close to final, before they're released in a stable version--similar to how Meta has long used bleeding-edge versions of React internally. We are introducing a new officially supported [Canary release channel](/community/versioning-policy#canary-channel). It lets curated setups like frameworks decouple adoption of individual React features from the React release schedule.]]></description>
46+
<link>https://react.dev/blog/2023/05/03/react-canaries</link>
47+
<guid isPermaLink="true">https://react.dev/blog/2023/05/03/react-canaries</guid>
48+
<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>
54+
<link>https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023</link>
55+
<guid isPermaLink="true">https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023</guid>
56+
<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>
62+
<link>https://react.dev/blog/2023/03/16/introducing-react-dev</link>
63+
<guid isPermaLink="true">https://react.dev/blog/2023/03/16/introducing-react-dev</guid>
64+
<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>
70+
<link>https://react.dev/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022</link>
71+
<guid isPermaLink="true">https://react.dev/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022</guid>
72+
<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>
78+
<link>https://react.dev/blog/2022/03/29/react-v18</link>
79+
<guid isPermaLink="true">https://react.dev/blog/2022/03/29/react-v18</guid>
80+
<dc:creator><![CDATA[The React Team]]></dc:creator>
81+
<pubDate>Mon, 07 Mar 2022 18:00:00 GMT</pubDate>
82+
</item>
83+
<item>
84+
<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>
86+
<link>https://react.dev/blog/2022/03/08/react-18-upgrade-guide</link>
87+
<guid isPermaLink="true">https://react.dev/blog/2022/03/08/react-18-upgrade-guide</guid>
88+
<dc:creator><![CDATA[Rick Hanlon]]></dc:creator>
89+
<pubDate>Mon, 07 Mar 2022 18:00:00 GMT</pubDate>
90+
</item>
91+
<item>
92+
<title><![CDATA[React Conf 2021 Recap]]></title>
93+
<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>
94+
<link>https://react.dev/blog/2021/12/17/react-conf-2021-recap</link>
95+
<guid isPermaLink="true">https://react.dev/blog/2021/12/17/react-conf-2021-recap</guid>
96+
<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>
102+
<link>https://react.dev/blog/2021/06/08/the-plan-for-react-18</link>
103+
<guid isPermaLink="true">https://react.dev/blog/2021/06/08/the-plan-for-react-18</guid>
104+
<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>
110+
<link>https://react.dev/blog/2020/12/21/data-fetching-with-react-server-components</link>
111+
<guid isPermaLink="true">https://react.dev/blog/2020/12/21/data-fetching-with-react-server-components</guid>
112+
<dc:creator><![CDATA[Dan Abramov, Lauren Tan, Joseph Savona, and Sebastian Markbage]]></dc:creator>
113+
<pubDate>Sun, 20 Dec 2020 18:00:00 GMT</pubDate>
114+
</item>
115+
</channel>
116+
</rss>

src/content/community/conferences.md

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,16 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1010

1111
## Upcoming Conferences {/*upcoming-conferences*/}
1212

13-
1413
### React Paris 2024 {/*react-paris-2024*/}
1514
March 22, 2024. In-person in Paris, France + Remote (hybrid)
1615

1716
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/)
1817

19-
2018
### Epic Web Conf 2024 {/*epic-web-2024*/}
2119
April 10 - 11, 2024. In-person in Park City, UT, USA
2220

2321
[Website](https://www.epicweb.dev/conf) - [YouTube](https://www.youtube.com/@EpicWebDev)
2422

25-
2623
### React Miami 2024 {/*react-miami-2024*/}
2724
April 19 - 20, 2024. In-person in Miami, FL, USA
2825

@@ -48,6 +45,7 @@ May 22 - 24, 2024. In-person in Kraków, Poland + remote
4845

4946
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
5047

48+
5149
### Frontend Nation 2024 {/*frontend-nation-2024*/}
5250
June 4 - 7, 2024. Online
5351

@@ -68,8 +66,7 @@ June 14, 2024. In-person at Farris Bad Hotel in Larvik, Norway and online (hybri
6866

6967
[Website](https://reactnorway.com/) - [Twitter](https://twitter.com/ReactNorway)
7068

71-
=======
72-
>>>>>>> 2a2e02f1d88f4d2828728ce352626e84ed8abda0
69+
7370
### React Nexus 2024 {/*react-nexus-2024*/}
7471
July 04 & 05, 2024. Bangalore, India (In-person event)
7572

@@ -85,11 +82,6 @@ July 25, 2024. In-person in Berlin, Germany + remote (hybrid event)
8582

8683
[Website](https://thegeekconf.com) - [Twitter](https://twitter.com/thegeekconf)
8784

88-
### React Rally 2024 🐙 {/*react-rally-2024*/}
89-
August 12-13, 2024. Park City, UT, USA
90-
91-
[Website](https://reactrally.com) - [Twitter](https://twitter.com/ReactRally) - [YouTube](https://www.youtube.com/channel/UCXBhQ05nu3L1abBUGeQ0ahw)
92-
9385
### React Universe Conf 2024 {/*react-universe-conf-2024*/}
9486
September 5-6, 2024. Wrocław, Poland.
9587

@@ -110,33 +102,8 @@ October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - re
110102

111103
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia) - [Youtube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w)
112104

113-
### React Brussels 2024 {/*react-brussels-2024*/}
114-
October 18, 2024. In-person in Brussels, Belgium (hybrid event)
115-
116-
[Website](https://www.react.brussels/) - [Twitter](https://x.com/BrusselsReact)
117-
118-
### React Africa 2024 {/*react-africa-2024*/}
119-
November 29, 2024. In-person in Casablanca, Morocco (hybrid event)
120-
121-
[Website](https://react-africa.com/) - [Twitter](https://x.com/BeJS_)
122-
123105
## Past Conferences {/*past-conferences*/}
124106

125-
### React Summit 2024 {/*react-summit-2024*/}
126-
June 14 & 18, 2024. In-person in Amsterdam, Netherlands + remote (hybrid event)
127-
128-
[Website](https://reactsummit.com/) - [Twitter](https://twitter.com/reactsummit) - [Videos](https://portal.gitnation.org/)
129-
130-
### React Norway 2024 {/*react-norway-2024*/}
131-
June 14, 2024. In-person at Farris Bad Hotel in Larvik, Norway and online (hybrid event).
132-
133-
[Website](https://reactnorway.com/) - [Twitter](https://twitter.com/ReactNorway)
134-
135-
### Render(ATL) 2024 🍑 {/*renderatl-2024-*/}
136-
June 12 - June 14, 2024. Atlanta, GA, USA
137-
138-
[Website](https://renderatl.com) - [Discord](https://www.renderatl.com/discord) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl) - [Podcast](https://www.renderatl.com/culture-and-code#/)
139-
140107
### Frontend Nation 2024 {/*frontend-nation-2024*/}
141108
June 4 - 7, 2024. Online
142109

@@ -170,7 +137,7 @@ April 10 - 11, 2024. In-person in Park City, UT, USA
170137
### React Paris 2024 {/*react-paris-2024*/}
171138
March 22, 2024. In-person in Paris, France + Remote (hybrid)
172139

173-
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/) - [Videos](https://www.youtube.com/playlist?list=PL53Z0yyYnpWhUzgvr2Nys3kZBBLcY0TA7)
140+
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/)
174141

175142
### React Day Berlin 2023 {/*react-day-berlin-2023*/}
176143
December 8 & 12, 2023. In-person in Berlin, Germany + remote first interactivity (hybrid event)

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
...defaultTheme.maxWidth,
6161
'custom-xs': '21rem',
6262
},
63-
minWidth:{
63+
minWidth: {
6464
...defaultTheme.minWidth,
6565
80: '20rem',
6666
},

0 commit comments

Comments
 (0)