79550613

Date: 2025-04-02 12:26:00
Score: 1
Natty:
Report link

Used in dotnet new react to launch nodejs app.
Glance over aspnetcore repo, folder \src\Middleware\Spa\SpaProxy\

  1. SpaHostingStartup adds IStartupFilter implementation to services collection.
  2. SpaProxyStartupFilter runs npm start and adds SpaProxyMiddleware
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DmitryKosarev