This tutorial covers two aspects of the ASP.NET Core JavaScript Services library. First, MapSpaFallbackRoute, is a utility to help redirect client-side routes to the browser. Second is a utility for integrating webpack dev middleware as ASP.NET Core middleware. This provides webpack’s hot module replacement (HMR) functionality integrated with the ASP.NET Core request pipeline. When this is enabled, the code in the…