Ask HN: AWS Uses Angular.js with React
It seems the AWS API Gateway console is built using Angular.js + React. Why would anyone do this?
https://twitter.com/tuhinkarmakartk/status/1128724672634187776?s=09
https://twitter.com/tuhinkarmakartk/status/1128724672634187776?s=09
4 comments
[ 25.1 ms ] story [ 565 ms ] threadThat is my understanding as well, it is especially common to see this when a product is migrating from one framework to another. A quick google search turned up plenty of examples: http://tiny.cc/jmur6y, including Microsoft's tool specifically for this purpose: https://github.com/microsoft/angular-react.
Some people retrofitted busier parts of their apps with react views to work around that. There are even a frw angular directives for that out there.