Replies: 1 comment 5 replies
-
Hello. I created this plug-in to replace an in-house MFE solution in React in order to accommodate Svelte. It works pretty much flawlessly. Through the course of its lifetime, there's barely any issues reported and currently oscillates between 6 and 8.000 weekly downloads. So to answer your question, yes, I would use it, confidently, I might add. The only downside is the underlying technology: However, as it is right now, I have been cooking (slowly, unfortunately), a new MFE library inspired by Having said that, I have already created a Svelte-powered router that is fast (mounted on Svelte v5's reactivity system, which ranks top 10) and slim (about 1100 lines of code) which can be used as a master router, if you are also in the lookout for a router: @wjfe/n-savant. I am unsure if this helps, as your question is quite open to interpretation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been asked to transform a frontend monolith built with Vite, React, and TypeScript into a microfrontend application. As someone new to microfrontend architecture, I’ve spent several days researching alternatives and came across a library that closely matches our current setup.
The monolithic application is currently in production and running well. However, the main module team is struggling to integrate additional modules due to the large codebase and multiple teams contributing changes through substantial merge requests. Given this situation, I started exploring alternatives and decided to take initiative in finding a solution.
I’ve reviewed the single-spa documentation, but it seems to lack proper integration examples or guidance for working with Vite.
Any help, advice, or pointers would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions