jd-opensource/micro-app
A simple, efficient and powerful micro front-end framework. 一款简约、高效、功能强大的微前端框架 observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 89
- Release rhythm 90
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 16.0
- age_days: 1896
- days_rel: 69
- days_push: 69
- n_releases_24m: 23
Adoption not part of the score
6252 stars · 638 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
micro-app is a micro front-end framework from JD that renders sub-applications via webcomponent-like custom elements, so a base app can embed any framework's app with a single <micro-app> tag and one start() call. It bundles a JS sandbox, style and element isolation, preloading, resource address completion, a plugin system, and cross-app data communication.
Use cases
- migrate a large monolithic frontend to micro frontends incrementally
- embed a react app inside a vue base application
- run multiple frontend frameworks together in one page
- isolate javascript and css between independently deployed frontend apps
- integrate legacy frontend apps into a new codebase with minimal changes
- adopt micro frontends with the lowest possible integration cost
- split a frontend into independently developed and deployed sub-applications
When to choose
- You want a low-effort micro frontend setup - one npm package, one component tag, no invasive changes to sub-apps
- Your base and sub applications use different frameworks or versions and need framework-agnostic composition
- You need sandboxing, style/element isolation, preloading, and data communication built in rather than hand-rolled
When to avoid
- You are building a single small application with one team and no need for independent deployment
- You prefer build-time code sharing like webpack Module Federation over runtime embedding of whole apps
- You need only shared UI components rather than full independent micro applications
Facets
framework · maturity active
frontend-framework plugin-system web-development frontend browser micro-frontend web-components javascript js-sandbox style-isolation frontend-architecture sub-application-embedding
2 sources
- readme: https://github.com/jd-opensource/micro-app · fetched 2026-08-28 · a1c6a7731a88
- homepage: https://jd-opensource.github.io/micro-app/ · fetched 2026-08-29 · a41946b17f8a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jd-opensource/micro-app | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="jd-opensource/micro-app")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem