DEV Community

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

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