We have an old asp legacy app that uses classes and no controllers. So I was thinking we should refactor everything so that the aspx pages each serves a react page, and then tie the react page to a node.js express server, and use asp net core controllers for fetching data. What are the pros of just using asp net core mvc and react versus using the solution described above?
Submitted September 03, 2020 at 02:26PM by jredbook
No comments:
Post a Comment