Replies: 1 comment
-
There's a RSPack plugin for RR maintained by the RSPack team focused on supporting micro-frontends |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! 👋
I'm exploring the new Framework Mode in React Router v7 and I'm really excited about its potential for building micro-frontend architectures. However, I noticed that the documentation currently only mentions Vite as the supported build tool for this mode.
From a micro-frontend perspective, Webpack offers several advantages that make it better suited for complex enterprise applications, such as:
While Vite is a great tool, many organizations (including mine) have significant investments in Webpack-based tooling and infrastructure. It would be incredibly helpful if React Router's Framework Mode could support Webpack as well.
Could the team consider adding support for Webpack in Framework Mode or providing a tutorial on how to integrate React Router v7's Framework Mode with Webpack? This would enable more developers to take advantage of this feature without having to migrate their entire build pipeline.
Thank you for considering this request! Let me know if you need more information about specific use cases or requirements.
Beta Was this translation helpful? Give feedback.
All reactions