r.net
r.net

Reputation: 631

How to make ReactJs and AngularJs co-existing in a ASP.Net Core web application?

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

Answers (1)

Jazib
Jazib

Reputation: 1381

Yes, It is possible for them to coexist, look at this link ngReact

Upvotes: 1

Related Questions