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

19 lines
1.4 KiB
Markdown
Raw Normal View History

---
title: Use the React-with-Redux project template with ASP.NET Core
author: SteveSandersonMS
description: Learn how to get started with the ASP.NET Core Single Page Application (SPA) project template for React with Redux and create-react-app.
2019-02-14 03:49:31 +08:00
monikerRange: '>= aspnetcore-2.1'
ms.author: scaddie
ms.custom: mvc
2019-02-14 03:49:31 +08:00
ms.date: 02/13/2019
2020-10-28 05:27:47 +08:00
no-loc: [appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
uid: spa/react-with-redux
---
# Use the React-with-Redux project template with ASP.NET Core
The updated React-with-Redux project template provides a convenient starting point for ASP.NET Core apps using React, Redux, and [create-react-app](https://github.com/facebookincubator/create-react-app) (CRA) conventions to implement a rich, client-side user interface (UI).
With the exception of the project creation command, all information about the React-with-Redux template is the same as the React template. To create this project type, run `dotnet new reactredux` instead of `dotnet new react`. For more information about the functionality common to both React-based templates, see [React template documentation](xref:spa/react).
For information on configuring a React-with-Redux sub-application in IIS, see [ReactRedux Template 2.1: Unable to use SPA on IIS (aspnet/Templating #555)](https://github.com/aspnet/Templating/issues/555).