<?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">
    <channel>
        <title><![CDATA[React Blog]]></title>
        <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>
        <link>https://react.dev/</link>
        <generator>react.dev rss module</generator>
        <lastBuildDate>Wed, 08 Jan 2025 03:55:52 GMT</lastBuildDate>
        <atom:link href="https://react.dev/rss.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Wed, 08 Jan 2025 03:55:52 GMT</pubDate>
        <language><![CDATA[en]]></language>
        <item>
            <title><![CDATA[React v19]]></title>
            <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>
            <link>https://react.dev/blog/2024/12/05/react-19</link>
            <guid isPermaLink="true">https://react.dev/blog/2024/12/05/react-19</guid>
            <dc:creator><![CDATA[The React Team]]></dc:creator>
            <pubDate>Thu, 05 Dec 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Compiler Beta Release]]></title>
            <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>
            <link>https://react.dev/blog/2024/10/21/react-compiler-beta-release</link>
            <guid isPermaLink="true">https://react.dev/blog/2024/10/21/react-compiler-beta-release</guid>
            <dc:creator><![CDATA[Lauren Tan]]></dc:creator>
            <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Conf 2024 Recap]]></title>
            <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>
            <link>https://react.dev/blog/2024/05/22/react-conf-2024-recap</link>
            <guid isPermaLink="true">https://react.dev/blog/2024/05/22/react-conf-2024-recap</guid>
            <dc:creator><![CDATA[Ricky Hanlon]]></dc:creator>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React 19 Upgrade Guide]]></title>
            <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>
            <link>https://react.dev/blog/2024/04/25/react-19-upgrade-guide</link>
            <guid isPermaLink="true">https://react.dev/blog/2024/04/25/react-19-upgrade-guide</guid>
            <dc:creator><![CDATA[Ricky Hanlon]]></dc:creator>
            <pubDate>Thu, 25 Apr 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Labs: 그동안의 작업 - 2024년 2월]]></title>
            <description><![CDATA[React Labs 게시글에는 활발히 연구 개발 중인 프로젝트에 대한 내용을 작성합니다. 우리의 지난 업데이트 이후 상당한 발전을 이루었고, 이러한 진전 사항을 공유하려고 합니다.]]></description>
            <link>https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024</link>
            <guid isPermaLink="true">https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024</guid>
            <dc:creator><![CDATA[Joseph Savona, Ricky Hanlon, Andrew Clark, Matt Carroll, and Dan Abramov]]></dc:creator>
            <pubDate>Thu, 15 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Canary: Meta 외부에서 점진적 기능 롤아웃 활성화하기]]></title>
            <description><![CDATA[Meta가 오랫동안 내부적으로 최첨단 버전의 React를 사용해 온 것과 유사하게, 새로운 기능이 안정된 버전으로 출시되기 전에 디자인이 거의 완성되는 즉시 개별적인 새로운 기능을 채택할 수 있는 옵션을 React 커뮤니티에 제공하고자 합니다. 공식적으로 지원하는 새로운 Canary 릴리즈 채널을 소개합니다. 프레임워크와 같이 엄선된 설정을 통해 개별 React 기능의 채택을 React 릴리즈 일정에서 분리할 수 있습니다.]]></description>
            <link>https://react.dev/blog/2023/05/03/react-canaries</link>
            <guid isPermaLink="true">https://react.dev/blog/2023/05/03/react-canaries</guid>
            <dc:creator><![CDATA[Dan Abramov, Sophie Alpert, Rick Hanlon, Sebastian Markbage, and Andrew Clark]]></dc:creator>
            <pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Labs: 그동안의 작업 – 2023년 3월]]></title>
            <description><![CDATA[React Labs 게시글에는 활발히 연구 개발 중인 프로젝트에 대한 내용을 작성합니다. 우리는 지난 업데이트 이후 상당한 발전을 이루었고, 그 내용들을 공유하려고 합니다.]]></description>
            <link>https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023</link>
            <guid isPermaLink="true">https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023</guid>
            <dc:creator><![CDATA[Joseph Savona, Josh Story, Lauren Tan, Mengdi Chen, Samuel Susla, Sathya Gunasekaran, Sebastian Markbage, and Andrew Clark]]></dc:creator>
            <pubDate>Wed, 22 Mar 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[react.dev를 소개합니다]]></title>
            <description><![CDATA[오늘 React와 React 문서의 새로운 보금자리인 react.dev 를 출시하게 되어 기쁩니다. 이 글에서는 새로운 사이트에 대해 소개해 드리겠습니다.]]></description>
            <link>https://react.dev/blog/2023/03/16/introducing-react-dev</link>
            <guid isPermaLink="true">https://react.dev/blog/2023/03/16/introducing-react-dev</guid>
            <dc:creator><![CDATA[Dan Abramov and Rachel Nabors]]></dc:creator>
            <pubDate>Thu, 16 Mar 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Labs: 그동안의 작업 – 2022년 6월]]></title>
            <description><![CDATA[React 18 은 수년간의 준비 끝에 탄생한 버전으로 React 팀에게 귀중한 교훈을 가져다주었습니다. 수년간의 연구와 다양한 경로를 모색한 끝에 출시된 제품입니다. 그 경로 중 일부는 성공적이었지만 더 많은 경로가 막다른 골목에서 새로운 인사이트로 이어졌습니다. 우리가 얻은 한 가지 교훈은 우리가 탐색하고 있는 경로에 대한 인사이트를 공유받지 못한 채 새로운 기능을 기다리는 것은 커뮤니티에 실망감을 준다는 것입니다.]]></description>
            <link>https://react.dev/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022</link>
            <guid isPermaLink="true">https://react.dev/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022</guid>
            <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>
            <pubDate>Wed, 15 Jun 2022 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React v18.0]]></title>
            <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>
            <link>https://react.dev/blog/2022/03/29/react-v18</link>
            <guid isPermaLink="true">https://react.dev/blog/2022/03/29/react-v18</guid>
            <dc:creator><![CDATA[The React Team]]></dc:creator>
            <pubDate>Tue, 08 Mar 2022 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React 18로 업그레이드하는 방법]]></title>
            <description><![CDATA[React 18은 릴리스 노트에서 언급한 대로 새로운 동시성 렌더러를 도입하여 기존 애플리케이션에 점진적으로 적용할 계획입니다. 이 글에서는 React 18로 업그레이드하는 방법을 단계별로 소개하겠습니다.]]></description>
            <link>https://react.dev/blog/2022/03/08/react-18-upgrade-guide</link>
            <guid isPermaLink="true">https://react.dev/blog/2022/03/08/react-18-upgrade-guide</guid>
            <dc:creator><![CDATA[Rick Hanlon]]></dc:creator>
            <pubDate>Tue, 08 Mar 2022 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Conf 2021 요약]]></title>
            <description><![CDATA[지난주, 6번째 React Conf를 개최했습니다. 지난 몇 년 동안 React Conf 무대를 통해 React Native, React Hook과 같은 업계 변화를 알리는 발표를 했습니다. 올해는 React 18의 출시 및 동시성 기능의 점진적 도입을 시작으로 React의 멀티 플랫폼 비전을 공유했습니다.]]></description>
            <link>https://react.dev/blog/2021/12/17/react-conf-2021-recap</link>
            <guid isPermaLink="true">https://react.dev/blog/2021/12/17/react-conf-2021-recap</guid>
            <dc:creator><![CDATA[Jesslyn Tannady and Rick Hanlon]]></dc:creator>
            <pubDate>Fri, 17 Dec 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React 18에 대한 계획]]></title>
            <description><![CDATA[React 팀은 몇 가지 업데이트를 공유하게 되어 기쁩니다. 다음 주요 버전이 될 React 18 릴리즈에 대한 작업을 시작했습니다. 커뮤니티가 React 18의 새로운 기능을 점진적으로 채택할 수 있도록 준비하기 위해 워킹 그룹을 만들었습니다. 라이브러리 작성자가 사용해 보고 피드백을 제공할 수 있도록 React 18 Alpha를 게시했습니다...]]></description>
            <link>https://react.dev/blog/2021/06/08/the-plan-for-react-18</link>
            <guid isPermaLink="true">https://react.dev/blog/2021/06/08/the-plan-for-react-18</guid>
            <dc:creator><![CDATA[Andrew Clark, Brian Vaughn, Christine Abernathy, Dan Abramov, Rachel Nabors, Rick Hanlon, Sebastian Markbage, and Seth Webster]]></dc:creator>
            <pubDate>Tue, 08 Jun 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[제로 번들 사이즈 React 서버 컴포넌트를 소개합니다]]></title>
            <description><![CDATA[2020년은 긴 한 해였습니다. 연말이 다가옴에 따라 제로 번들 사이즈의 React 서버 컴포넌트 연구에 대한 특별 연휴 업데이트를 공유하고자 합니다.]]></description>
            <link>https://react.dev/blog/2020/12/21/data-fetching-with-react-server-components</link>
            <guid isPermaLink="true">https://react.dev/blog/2020/12/21/data-fetching-with-react-server-components</guid>
            <dc:creator><![CDATA[Dan Abramov, Lauren Tan, Joseph Savona, and Sebastian Markbage]]></dc:creator>
            <pubDate>Mon, 21 Dec 2020 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>