import * as React from 'react'; import { RouteComponentProps } from 'react-router'; export class Home extends React.Component, {}> { public render() { return

Hello, world!

Welcome to your new single-page application, built with:

To help you get started, we've also set up:

Going further

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 reactredux instead of using this template.

; } }