ASP.NET Core 3.1 React template live reload is extremely slow #22769
Labels
affected-few
This issue impacts only small number of customers
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-spa
✔️ Resolution: Won't Fix
Resolved because we decided not to change the behavior reported in this issue.
severity-minor
This label is used by an internal tool
Status: Resolved
Milestone
Uh oh!
There was an error while loading. Please reload this page.
A fresh new ASP.NET Core 3.1 React app created with
dotnet new react
using dotnet SDK 3.1.300 is very slow to live reload.Start the dotnet application, change something in the client App.js, wait for live reload. It takes almost 10s to perform the reload. This is clearly too much for any decent developer experience.
Windows 10 x64
node v12.14.1
dotnet SDK 3.1.300
Is this expected? Is everybody getting the same slowness or is it something related to my setup?
EDIT
Needless to say that if I just run the react app alone, the live reload takes less than a second.
The text was updated successfully, but these errors were encountered: