From dbbee8b887df5bbe05c6d9279215812e2aacc751 Mon Sep 17 00:00:00 2001 From: jasonqiu212 Date: Sat, 15 Feb 2025 21:07:34 +0800 Subject: [PATCH 1/2] Remove starting react project from setup page --- src/content/learn/setup.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/content/learn/setup.md b/src/content/learn/setup.md index 84608b4270c..34f075182df 100644 --- a/src/content/learn/setup.md +++ b/src/content/learn/setup.md @@ -23,10 +23,6 @@ React Developer Tools is a browser extension that can inspect React components, React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler). -## Start a React Project from scratch {/*start-a-react-project-from-scratch*/} - -If you want to build your own framework, you can [start a React project from scratch](/learn/start-a-react-project-from-scratch). - ## Next steps {/*next-steps*/} Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day. From 7ee55cf6bd82b2a1ea696b2e2308be766435d195 Mon Sep 17 00:00:00 2001 From: jasonqiu212 Date: Sat, 15 Feb 2025 21:07:44 +0800 Subject: [PATCH 2/2] Fix typo --- src/content/learn/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/setup.md b/src/content/learn/setup.md index 34f075182df..2c46ee1485d 100644 --- a/src/content/learn/setup.md +++ b/src/content/learn/setup.md @@ -3,7 +3,7 @@ title: Setup --- -React integrates with tools like editors, TypeScript, browser extensions, and compliers. This section will help you get your environment set up. +React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.