DEV Community

Discussion on: Setting up a React Environment for ASP.NET MVC

Collapse
 
technicallyty profile image
technicallyty

Article says Webpack outputs a bundle as ./Scripts/dist/Home/react/bundle.js so let’s add the script in View\Home\Index.cshtml razor file.

but then the picture below it shows it being added to _Layout.cshtml. Is this just a typo?