import * as React from 'react'; export class Home extends React.Component<{}, {}> { public render() { return
Welcome to your new single-page application, built with:
To help you get started, we've also set up:
webpack build tool. Your client-side resources are dynamically built on demand. Updates are available as soon as you modify any file.webpack build tool produces minified static CSS and JavaScript files.
For larger applications, or for server-side prerendering (i.e., for isomorphic or universal applications), you should consider using a Flux/Redux-like architecture.
You can generate an ASP.NET Core application with React and Redux using dotnet new aspnet/spa/reactredux instead of using this template.