# Rick Hanlon — RSS Amplifier

Everything Rick Hanlon publishes, via the RSS Amplifier directory.

Page: <https://rssamplifier.com/authors/rick-hanlon>  
Feed: <https://rssamplifier.com/authors/rick-hanlon.md>

---

## [The React Foundation: A New Home for React Hosted by the Linux Foundation](https://react.dev/blog/2026/02/24/the-react-foundation)

_2026-02-24 · React Blog_

The React Foundation has officially launched, hosted by the Linux Foundation.

## [Denial of Service and Source Code Exposure in React Server Components](https://react.dev/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components)

_2025-12-11 · React Blog_

Security researchers have found and disclosed two additional vulnerabilities in React Server Components while attempting to exploit the patches in last week’s critical vulnerability. High vulnerability Denial of Service (CVE-2025-55184), and medium vulnerability Source Code Exposure (CVE-2025-55183)

## [Critical Security Vulnerability in React Server Components](https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components)

_2025-12-03 · React Blog_

There is an unauthenticated remote code execution vulnerability in React Server Components. A fix has been published in versions 19.0.1, 19.1.2, and 19.2.1. We recommend upgrading immediately.

## [React Conf 2025 Recap](https://react.dev/blog/2025/10/16/react-conf-2025-recap)

_2025-10-16 · React Blog_

Last week we hosted React Conf 2025, in this post, we summarize the talks and announcements from the event...

## [React Compiler v1.0](https://react.dev/blog/2025/10/07/react-compiler-1)

_2025-10-07 · React Blog_

We are releasing the compiler's first stable release today.

## [Introducing the React Foundation](https://react.dev/blog/2025/10/07/introducing-the-react-foundation)

_2025-10-07 · React Blog_

Today, we're announcing our plans to create the React Foundation a new technical governance structure

## [React 19.2](https://react.dev/blog/2025/10/01/react-19-2)

_2025-10-01 · React Blog_

React 19.2 adds new features like Activity, React Performance Tracks, useEffectEvent, and more.

## [React Labs: View Transitions, Activity, and more](https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more)

_2025-04-23 · React Blog_

In React Labs posts, we write about projects in active research and development. In this post, we're sharing two new experimental features that are ready to try today, and updates on other areas we're working on now.

## [Sunsetting Create React App](https://react.dev/blog/2025/02/14/sunsetting-create-react-app)

_2025-02-14 · React Blog_

Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework, or to migrate to a build tool like Vite, Parcel, or RSBuild. We’re also providing docs for when a framework isn’t a good fit for your project, you want to build your own framework, or you just want to learn how React works by building a React app from scratch.

## [React v19](https://react.dev/blog/2024/12/05/react-19)

_2024-12-05 · React Blog_

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.

## [Open this .onion address (Sponsored)](https://crawlproof.com/a/lXIx0dN16KIc)

_2024-12-04 · **Sponsored**_

Access 7btj5kisrpopxjkhmcugbiygfk2xd6op3ta7whfrmxxrldyrlh5b5zad.onion using a Tor browser.

## [React Compiler Beta Release](https://react.dev/blog/2024/10/21/react-compiler-beta-release)

_2024-10-21 · React Blog_

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.

## [React Conf 2024 Recap](https://react.dev/blog/2024/05/22/react-conf-2024-recap)

_2024-05-22 · React Blog_

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.

## [React 19 Upgrade Guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide)

_2024-04-25 · React Blog_

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.

## [React Labs: What We've Been Working On – February 2024](https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024)

_2024-02-15 · React Blog_

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.

## [React Canaries: Enabling Incremental Feature Rollout Outside Meta](https://react.dev/blog/2023/05/03/react-canaries)

_2023-05-03 · React Blog_

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…

## [React Labs: What We've Been Working On – March 2023](https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023)

_2023-03-22 · React Blog_

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.

## [Introducing react.dev](https://react.dev/blog/2023/03/16/introducing-react-dev)

_2023-03-16 · React Blog_

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.

## [React Labs: What We've Been Working On – June 2022](https://react.dev/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022)

_2022-06-15 · React Blog_

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…

## [React v18.0](https://react.dev/blog/2022/03/29/react-v18)

_2022-03-08 · React Blog_

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.

## [How to Upgrade to React 18](https://react.dev/blog/2022/03/08/react-18-upgrade-guide)

_2022-03-08 · React Blog_

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.

## [Privacy-first AI-native browser (Sponsored)](https://crawlproof.com/a/02zJpI3boyag)

_2022-03-07 · **Sponsored**_

No telemetry or ads — built on Ungoogled Chromium with a built-in AI sidebar and CLI.

## [React Conf 2021 Recap](https://react.dev/blog/2021/12/17/react-conf-2021-recap)

_2021-12-17 · React Blog_

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.

## [The Plan for React 18](https://react.dev/blog/2021/06/08/the-plan-for-react-18)

_2021-06-08 · React Blog_

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...

## [Introducing Zero-Bundle-Size React Server Components](https://react.dev/blog/2020/12/21/data-fetching-with-react-server-components)

_2020-12-21 · React Blog_

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.

