Opinions on Module Federation for Large-Scale Fintech Application Architecture#19797
-
We’re in the early stages of planning a large, enterprise-level fintech application. The current architecture roadmap involves 10+ separate modules that will be developed and maintained by different teams over time. We are considering Module Federation to enable independent deployment, clear separation of concerns, and parallel development. However, the application will also require Server-Side Rendering (SSR) for SEO, performance, and better initial load times. I’m trying to evaluate whether Next.js or Remix (or any other framework you’ve had success with) would be a better fit for this architecture in the long run, especially in terms of: If you’ve worked on large distributed frontends or have implemented Module Federation with SSR, I’d love to hear your thoughts, recommendations. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Hello, I think this questions is more for stackoverflow and architecture forums, the webpack configuration here strongly depends on your architecture and can be adjusted to any requests, but the question of the architecture of your future application itself lies behind webpack scope |
BetaWas this translation helpful?Give feedback.