首页 > 解决方案 > React & AngularJS SPA in parallel for migration

问题描述

Hello dear SO community,

I'm preparing a project that has the requirement of migrating an AngularJS application to a new React application. The AngularJS application is actually two separate AngularJS applications (componentA, componentB). They are getting served statically via CloudFront.

The task is about the migration from the two AngularJS applications componentA and componentB to one React application. But of course, since it's a productive project, I cannot go with a big bang solution here and replace everything after half a year of migrating to React.

My question: with the given infos above, is it possible to have two AngularJS applications running and the React application at the same time on the same domain www.example.com? The idea is then to migrate site by site until all sites are fully migrated.

I know about stuff like react2angular, but it's requested explicitly to create a React app from scratch for the migration. Any tipp is welcome :)

标签: angularjsreactjsmigration

解决方案


推荐阅读