React + ASP.NET MVC
I need to setup a project with REACT, ASP.NET MVC. (Visual Studio)
I dont really know how to „mix“ them. Can someone help me? (.NET8 would be great)
5 Replies
Why do you want to use React with MVC, React is essentially the view part already
yeah, react with a web api would make more sense
Use dotnet cli to generate "mvc" with react.
For more help before invoking the above command, read its doc first by invoking the following.
Example of
dotnet new react -o CanBeDeletedShortly
.Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View