---
title: "Sunsetting Create React App – React"
url: https://daily.dev/posts/sunsetting-create-react-app-react-8tjdbkeme
source_url: https://react.dev/blog/2025/02/14/sunsetting-create-react-app
type: article
source: "React"
published: 2025-02-14T19:01:47.870Z
updated: 2025-02-14T19:02:02.709Z
tags: ["webdev", "react", "vite"]
reading_time: 11
upvotes: 5
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.

# Sunsetting Create React App – React

**[React](https://daily.dev/sources/react)** · 11 min read · 5 upvotes · 0 comments

## Summary

Create React App is being deprecated for new apps, and developers are encouraged to migrate existing apps to a framework. While Create React App provided a simple solution for getting started with React, it faces limitations when building high-performance production apps. Frameworks like Next.js, React Router, and Expo are recommended as they integrate essential features like routing, data fetching, and code splitting, which are necessary for production apps. Documentation is available for migrating to these frameworks and for setting up custom solutions using tools like Vite or Parcel.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://react.dev/blog/2025/02/14/sunsetting-create-react-app>

## 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: [#webdev](https://daily.dev/tags/webdev), [#react](https://daily.dev/tags/react), [#vite](https://daily.dev/tags/vite)

[View this post on daily.dev](https://daily.dev/posts/sunsetting-create-react-app-react-8tjdbkeme)
