2017-12-04 23:33:06 +08:00
---
2022-03-16 23:59:32 +08:00
title: Use React with ASP.NET Core
2017-12-04 23:33:06 +08:00
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'
2017-12-04 23:33:06 +08:00
ms.author: scaddie
ms.custom: mvc
2023-09-29 09:38:39 +08:00
ms.date: 09/08/2023
2017-12-04 23:33:06 +08:00
uid: spa/react
---
2022-03-16 23:59:32 +08:00
# Use React with ASP.NET Core
2017-12-04 23:33:06 +08:00
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
2023-09-29 09:38:39 +08:00
[!INCLUDE [spa-templates-recommend-vs ](../../includes/spa-templates-recommend-vs.md )]
2022-02-23 22:50:02 +08:00
2023-09-29 09:38:39 +08:00
## Visual Studio tutorial
2017-12-04 23:33:06 +08:00
2023-09-29 09:38:39 +08:00
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.
2019-10-31 01:58:25 +08:00
2023-09-29 09:38:39 +08:00
For more information, see [JavaScript and TypeScript in Visual Studio ](/visualstudio/javascript/javascript-in-visual-studio )
2022-02-22 22:22:27 +08:00
2023-09-29 09:38:39 +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 )]