---
title: "React 19 and Suspense - A Drama in 3 Acts"
url: https://daily.dev/posts/react-19-and-suspense---a-drama-in-3-acts-gwiouy8a5
source_url: https://tkdodo.eu/blog/react-19-and-suspense-a-drama-in-3-acts
type: article
source: "TkDodo"
author: "Dominik D"
published: 2024-06-16T19:39:08.930Z
updated: 2024-10-05T17:00:33.275Z
tags: ["javascript", "react", "react-query"]
reading_time: 11
upvotes: 10
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# React 19 and Suspense - A Drama in 3 Acts

**[TkDodo](https://daily.dev/sources/tkdodo)** · [@tkdodo](https://daily.dev/tkdodo) · 11 min read · 10 upvotes · 0 comments

## Summary

React 19 introduced changes to how Suspense handles parallel fetching, which caused controversy among developers. The recommended approach is to initiate fetches earlier and have suspense only consume the resource.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://tkdodo.eu/blog/react-19-and-suspense-a-drama-in-3-acts>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#react](https://daily.dev/tags/react), [#react-query](https://daily.dev/tags/react-query)

[View this post on daily.dev](https://daily.dev/posts/react-19-and-suspense---a-drama-in-3-acts-gwiouy8a5)
