Skip to content

Commit c03f029

Browse files
authored
Fix broken header link in CRA blog post(#7632)
* Fix broken header link * Update sunsetting-create-react-app.md
1 parent f3e9921 commit c03f029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/blog/2025/02/14/sunsetting-create-react-app.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This model became so popular that there's an entire category of tools working th
2929

3030
## Deprecating Create React App {/*deprecating-create-react-app*/}
3131

32-
Although Create React App makes it easy to get started, [there are several limitations](#limitations-of-create-react-app) that make it difficult to build high performant production apps. In principle, we could solve these problems by essentially evolving it into a [framework](#why-we-recommend-frameworks).
32+
Although Create React App makes it easy to get started, [there are several limitations](#limitations-of-build-tools) that make it difficult to build high performant production apps. In principle, we could solve these problems by essentially evolving it into a [framework](#why-we-recommend-frameworks).
3333

3434
However, since Create React App currently has no active maintainers, and there are many existing frameworks that solve these problems already, we’ve decided to deprecate Create React App.
3535

@@ -83,7 +83,7 @@ However, you can always [build a React app from scratch](/learn/build-a-react-ap
8383

8484
</DeepDive>
8585

86-
Continue reading to learn more about the [limitations of build tools](#limitations-of-create-react-app) and [why we recommend frameworks](#why-we-recommend-frameworks).
86+
Continue reading to learn more about the [limitations of build tools](#limitations-of-build-tools) and [why we recommend frameworks](#why-we-recommend-frameworks).
8787

8888
## Limitations of Build Tools {/*limitations-of-build-tools*/}
8989

0 commit comments

Comments
 (0)