Is Vite Module Federation plugin ready for real production software? #440
Unanswered
joaopedrorc
asked this question in
Q&A
Replies: 1 comment
-
this is very fair observation. directionwise the project is spot on, module federation pattern can be best leveraged with the power of Vite. This can solve many existing issues with webpack counterpart. At the moment while project is being developed, it is still to meet yet features and stability of webpack version. I think that should be the first priority. Thanks to everyone who's is contributing and moving this effort forward |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you think about using Module Federation with Vite via the @originjs/vite-plugin-federation plugin is a suitable approach for migrating a large enterprise application running on ReactJS to micro frontends? I have some reservations about using Vite in this particular scenario.
I'm seeking insights and recommendations on whether this combination of technologies would be a prudent choice for our project. Given the scale and complexity of our application, I have reservations about introducing Vite into the equation. I would greatly appreciate any expert advice or experiences from those who have worked with similar setups or have in-depth knowledge of these tools.
I've tried to deploy to Amazon an example using Webpack and got into a lot of configs as to dev and production and didn't find that much support from Vite plugin.
Beta Was this translation helpful? Give feedback.
All reactions