@vercel/microfrontends
Version:
Defines configuration and utilities for microfrontends development
27 lines (16 loc) • 1.58 kB
Markdown
<picture>
<source srcset="https://assets.vercel.com/image/upload/v1689795055/docs-assets/static/docs/microfrontends/mfe-package-banner-dark.png" media="(prefers-color-scheme: dark)">
<source srcset="https://assets.vercel.com/image/upload/v1689795055/docs-assets/static/docs/microfrontends/mfe-package-banner-light.png" media="(prefers-color-scheme: light)">
<img src="https://assets.vercel.com/image/upload/v1689795055/docs-assets/static/docs/microfrontends/mfe-package-banner-dark.png" alt="hero banner">
</picture>
# @vercel/microfrontends
Split apart large applications and develop faster with microfrontends. This package contains library code to be used with Vercel's [microfrontends support](https://vercel.com/docs/microfrontends).
- **Improved developer velocity**: Build and test just the application that you are developing. Independent applications allow each team to choose their own technology stack.
- **Incremental migrations**: Gradually migrate systems to modern frameworks without rewriting everything at once.
See the [full documentation](https://vercel.com/docs/microfrontends) and [examples](https://vercel.com/templates/microfrontends) to learn more.
## Getting Started
Follow the [quickstart](https://vercel.com/docs/microfrontends/quickstart) documentation to get started.
## Frameworks support
You can use the frameworks and microfrontends frameworks of your choice. `@vercel/microfrontends` supports Next.js, SvelteKit, React Router, Vite, and React.
## Need help?
Reach out for help in the [Vercel Community](https://community.vercel.com).