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

1.3 KiB

title author description manager ms.author ms.custom ms.date ms.devlang ms.prod ms.technology ms.topic uid
Use the React-with-Redux project template with ASP.NET Core SteveSandersonMS Learn how to get started with the ASP.NET Core Single Page Application (SPA) project template for React with Redux and create-react-app. wpickett scaddie mvc 02/21/2018 csharp aspnet-core aspnet article spa/react-with-redux

Use the React-with-Redux project template with ASP.NET Core

[!NOTE] This documentation isn't about the React-with-Redux project template included in ASP.NET Core 2.0. It's about the newer React-with-Redux template to which you can update manually. The template is included in ASP.NET Core 2.1 by default.

The updated React-with-Redux project template provides a convenient starting point for ASP.NET Core apps using React, Redux, and 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.