1

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.?

  • 1
    Seems like more headaches than benefit trying to run both in same page. – charlietfl Jul 11 '20 at 18:31
  • Although it always sounded painful to me, there are many places even today that do this with ` – Alexander Nied Jul 11 '20 at 18:37
  • See https://stackoverflow.com/questions/8702704/alternative-to-iframes-with-html5. And https://css-tricks.com/the-simplest-ways-to-handle-html-includes/ – Michael Freidgeim Jul 19 '20 at 07:11
  • http://dodo.mikosoft.info - The Dodo as an alternative framework. Blazing fast, easy to learn, Javascript, frontend framework for reactive web pages & apps. – Saša M Jul 23 '23 at 15:13

1 Answers1

0

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

mr. pc_coder
  • 16,412
  • 3
  • 32
  • 54