Skip to content

Commit 69a2283

Browse files
committed
Update instructions for React tutorial when adding JSXcomponent
1 parent 67eafa1 commit 69a2283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/javascript/create-react-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a React app in Visual Studio
33
description: Create, build, and run a React to-do list web application project from a Visual Studio template.
4-
ms.date: 10/08/2024
4+
ms.date: 04/09/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -38,7 +38,7 @@ Make sure to install the following:
3838

3939
It’s a common convention to place components in a components folder, but this is not required.
4040

41-
1. Right-click the new folder, select **Add > React JSX Component File**, name it `TodoList`, and click **Add**.
41+
1. Right-click the new folder, select **Add > New Item**, then choose **React JSX Component File** in the dialog box, name it `TodoList`, and click **Add**.
4242

4343
:::image type="content" source="media/vs-2022/react-add-jsx-component.png" alt-text="Screenshot showing adding a JSX component.":::
4444

0 commit comments

Comments
 (0)