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

23 lines
1.3 KiB
Markdown
Raw Normal View History

---
title: Use the React-with-Redux project template
author: SteveSandersonMS
description: Learn how to get started with the ASP.NET Core Single-Page Application (SPA) release candidate project template for React with Redux and create-react-app.
manager: wpickett
ms.author: scaddie
ms.custom: mvc
ms.date: 12/06/2017
ms.devlang: csharp
ms.prod: aspnet-core
ms.technology: aspnet
ms.topic: article
uid: spa/react-with-redux
---
# Use the React-with-Redux project template (release candidate)
> [!NOTE]
> This documentation is not about the released React-with-Redux project template. **This documentation is about the release candidate of the React-with-Redux template.** We hope to ship the released version in early 2018.
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).