Opinions on Module Federation for Large-Scale Fintech Application Architecture #19797
Unanswered
hiyahisoka-spec
asked this question in
Q&A
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 |
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.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions