-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(website-new): add monorepo information to the practice section #3351
base: main
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
apps/website-new/docs/en/practice/monorepos/nx-for-module-federation.mdx
Outdated
Show resolved
Hide resolved
@zackarychapple please skim and authorize vendor plugs |
You can get all the benefits of Module Federation without the hassle of managing multiple repositories when you choose a monorepo, including some additional benefits around code sharing and dependency management. | ||
This guide will help you understand the benefits of using Module Federation in a monorepo and how they address organizational challenges. | ||
|
||
## Flaws with the Polyrepo Approach |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe instead of flaws we call this "Potential drawbacks of a polyrepo approach" or "potential issues"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a minor update requested
Description
Add a section to "Practice" area of the
module-federation.io
site for Monorepos.Add two new docs:
Types of changes
Checklist