Reputation: 631
We have build a website based on ASP.net core serving razor cshtml pages. Each page is like its own independent spa with its own Angular.Module. Each part of the application is quite independent with only a few things shared between them like login etc.
It has worked fine, but now new developers have joined the team and want to work on new modules using React. My question is from development point of view:
Upvotes: 2
Views: 323