AspNetCore.Docs/aspnetcore/client-side/spa/react.md

30 lines
998 B
Markdown
Raw Normal View History

---
2022-03-16 23:59:32 +08:00
title: Use React with ASP.NET Core
author: SteveSandersonMS
2022-03-16 23:59:32 +08:00
description: Learn how to get started with the ASP.NET Core Single Page Application (SPA) project template for React and Create React App (CRA).
2022-02-22 22:22:27 +08:00
monikerRange: '>= aspnetcore-3.1'
ms.author: scaddie
ms.custom: mvc
ms.date: 09/08/2023
uid: spa/react
---
2022-03-16 23:59:32 +08:00
# Use React with ASP.NET Core
2023-09-08 05:18:36 +08:00
[!INCLUDE[](~/includes/not-latest-version.md)]
:::moniker range=">= aspnetcore-8.0"
2022-02-22 22:22:27 +08:00
[!INCLUDE [spa-templates-recommend-vs](../../includes/spa-templates-recommend-vs.md)]
## Visual Studio tutorial
To get started, follow the [Create an ASP.NET Core app with React](/visualstudio/javascript/tutorial-asp-net-core-with-react) tutorial in the Visual Studio documentation.
For more information, see [JavaScript and TypeScript in Visual Studio](/visualstudio/javascript/javascript-in-visual-studio)
2022-02-22 22:22:27 +08:00
[!INCLUDE [spa-templates-new-vs-old](../../includes/spa-templates-new-vs-old.md)]
2022-02-22 22:22:27 +08:00
:::moniker-end
2023-09-08 05:18:36 +08:00
[!INCLUDE[](~/client-side/spa/includes/react3-7.md)]