DEV Community

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

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the update & the fix, Daniel~

I honestly moved away from using React within ASP.NET MVC, so wasn't aware of how to deal with it :)

Thread Thread
 
vroland1 profile image
Tory Roland

Out of curiosity, have you moved away from using React with .NET MVC for a particular reason or have you just become interested in other things? My team wants to implement a JavaScript technology to build out some parts of our site that might be a pain otherwise and I have been learning React because it seemed like a good fit. I know everything is dependent on the project at hand, but if there are general drawbacks in your opinion I would be interested in hearing. Thanks for this article it was very useful!

Thread Thread
 
dance2die profile image
Sung M. Kim

Hi Tory, check out the replies below.

have you moved away from using React with .NET MVC for a particular reason or have you just become interested in other things?

Tooling support for classic ASP.NET MVC (I haven't used ASP.NET Core) has been subpar (hot reloading was buggy, requireing manual refresh & new JavaScript syntax was flagged as erroneous, etc).

And also following JamStack, having a separate API server with a pure React front-end helped to separate responsibilities.

I can't seem to find the post(was it a forum?) now, but MS wasn't focusing on making SPA easier to develop few years ago so I moved away.

Thread Thread
 
vroland1 profile image
Tory Roland

Thanks for your perspective on this. Hoping to make the switch to .NET Core sometime soon and it seems like it is better suited, going to the Live 360 conference later this month and will hopefully get more information. Have a good one!