Update react-with-redux.md (#10300)

* Update react-with-redux.md

* Update aspnetcore/client-side/spa/react-with-redux.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/client-side/spa/react-with-redux.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
pull/10388/head
Rick Anderson 2019-01-14 11:42:43 -10:00 committed by GitHub
parent 5e7231b818
commit ccf95800a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,10 +13,12 @@ uid: spa/react-with-redux
::: moniker range="= aspnetcore-2.0" ::: moniker range="= aspnetcore-2.0"
> [!NOTE] > [!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. > This documentation doesn't pertain to the React-with-Redux project template included in ASP.NET Core 2.0. It pertains to the newer React-with-Redux template that you can update manually. The template is available in ASP.NET Core 2.1 or later.
::: moniker-end ::: moniker-end
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). 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). 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 &num;555)](https://github.com/aspnet/Templating/issues/555).