通过 ASP.NET Core 使用带 Redux 的 React 项目模板Use the React-with-Redux project template with ASP.NET Core

本文内容

更新的带 Redux 的 React 项目模板为使用 React、Redux 和 create-react-app (CRA) 约定实现丰富的客户端用户界面 (UI) 的 ASP.NET Core 应用程序提供了便捷起点。

除了项目创建命令外,关于带 Redux 的 React 模板的所有信息都与 React 模板相同。要创建此项目类型,请运行 dotnet new reactredux 而不是 dotnet new react有关这两个基于 React 的模板的通用功能的详细信息,请参阅 React 模板文档

有关在 IIS 中配置带 Redux 的 React 子应用程序的信息,请参阅 ReactRedux Template 2.1:Unable to use SPA on IIS (aspnet/Templating #555)(ReactRedux 模板 2.1:无法在 IIS 上使用 SPA (aspnet/Templating #555))。