DEV Community

Discussion on: Micro Frontend Architecture: Replacing a monolith from the inside out

Collapse
 
phillipgd1992 profile image
Felipe Guizar Diaz

Great article!! I'm glad you mentioned Hypernova, We've been working in Ara Framework to easy develop Microfrontends with Hypernova. If you have time to take a look at it and give us feedback we'll appreciate it.

ara-framework.github.io/website/

Collapse
 
scriptedalchemy profile image
Zack Jackson

Ahh I know ara framework!

Hypernova was the only framework I could think of! I’ve built proprietary ones only :(

I’ll check it out and might have anew project you can use. It allows you to weave separate webpack bundles together at runtime. That way you don’t have to manage dependency duplications and page refreshes between spa jumps. The problem progresses when your micro front ends start serving directly and you need that spa feel but want the resilience of micro front ends