Hacker News new | ask | show | jobs
by leemcalilly 979 days ago
Isn’t a “micro front-end” just like a Turbo Frame in Rails now? Except, easier to manage within a monolith?
1 comments

The microfrontends that OP is referring to are generally standalone single-page apps which sit underneath some kind of top-level router that loads the correct MFE as needed. Often these are split up by functional area or product at a company with multiple products.