Componente de carga para Module Federation
100
100%
Does it follow best practices?
Impact
—
Average score across 4 eval scenarios
Advisory
Suggest reviewing before use
{
"context": "Evaluates if the agent correctly implements the LoadComponent behavior for this scenario.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Core Implementation",
"description": "Create Promotions.tsx + Promotions.remote.tsx with createBridgeComponent; add ./Promotions to exposes in module-federation.config.ts; add a row to mock-backend remotes API with name selfServiceMF, component Promotions, url remoteEntry.js, type bridge; host maps remotes with LoadComponent lazyElement mfe/url/component and loading/fallback.",
"max_score": 100
}
]
}