# react server components (blogs) — RSS Amplifier

Recent posts from the 3 feeds in the RSS Amplifier directory that cover react server components.

Page: <https://rssamplifier.com/topics/react-server-component/blogs>  
Feed: <https://rssamplifier.com/topics/react-server-component/blogs.md>

---

## [Why I Built SplitMaadi](https://gauravthakur.com/blog/why-i-built-splitmaadi)

_2026-02-28 · Gaurav Thakur_

After Splitwise introduced a daily cap on how many expenses you can add, I started looking for another alternative. My requirements were simple: no restrictions on the number of expenses, no ads, no limits on attachments, no deletion of old history, cross-platform access, and a clear user experience. Since I could not find an app that checked all these boxes, I decided to build SplitMaadi.

## [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 · Matt Carroll · React Blog_

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

## [Writing Maintainable React useEffects: Clean Code Patterns](https://gauravthakur.com/blog/writing-maintainable-react-useeffects)

_2026-01-18 · Gaurav Thakur_

In this post, we’ll look at practical clean-code patterns for writing maintainable useEffect in React. We’ll cover the “one purpose per effect” rule, when to use comments, how named functions improve readability, and when it’s better to extract complex logic into custom hooks.

## [Data Fetching Patterns in React Server Components](https://gauravthakur.com/blog/data-fetching-patterns-react-server-components)

_2026-01-05 · Gaurav Thakur_

A practical guide to data fetching in React Server Components. Learn when to fetch on the server vs client, how to dedupe requests with React's cache API, and patterns for sharing data across the server-client boundary using props, context, and React Query hydration.

## [2025 in Review](https://gauravthakur.com/blog/2025-in-review)

_2025-12-31 · Gaurav Thakur_

Like every year, 2025 went by very fast. It feels like it was January just a few months ago. Now that the year is almost over, I thought I should write about how the year went. Looking back, I can say that I did a lot this year. So let’s go through it.

## [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 · The React Team · 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 · The React Team · 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 · Matt Carroll and Ricky Hanlon · 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 · Lauren Tan, Joe Savona, and Mofei Zhang · 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 · Seth Webster, Matt Carroll, Joe Savona · React Blog_

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

## [Know before it drops (Sponsored)](https://crawlproof.com/a/q9ndKKhwDtwX)

_2025-10-06 · **Sponsored**_

Follow a show, artist, genre or rocket and get notified before release

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

_2025-10-01 · The React Team · 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 · Ricky Hanlon · 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 · Matt Carroll and Ricky Hanlon · 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 · The React Team · 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.

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

_2024-10-21 · Lauren Tan · 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.

