In the JS templates that are created there is only SPA format for applications. But what if I don't need Routes and SPA? I need regular MVC with react components like slider, dropdowns etc. You can create a pure MVC project and manually add React components, but then it is not clear how to set up a server to debug react components. The approach to templates is very strange, there are only SPA projects but no other options. How can I remove react routes from the template that is being created?
return <Home/>inApp.js. Or maybe, I could not understand your question.