Search code examples
javascriptreactjsangularmicro-frontendsingle-spa

Alternatives for Single SPA


I've tried implementing a micro frontend using Single SPA but I also need to explore any other alternatives which can combine both angular and react and deploy into a single application.I've explored mooa which I did not feel it much useful for angular and react. Can anyone suggest any better micro frontend framework? My main use case is to use both angular and react combined into one application like Header is an angular and body is a react application.?


Solution

  • Demo In one of my application I use angular as base project and in one page I used Iframe for one application which one was .net mvc.

    So as a way, you can use react application inside <iframe> in angular application