Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 520 Bytes

microfrontend.md

File metadata and controls

12 lines (7 loc) · 520 Bytes

MICRO FRONTEND

Also often spelled with no space as in 'microfrontend'

Frontend monolith - frontend layer, built up over time, that grows larger and larger. Ex: big spa app.

Micro frontend - composition of independent frontends that happens at runtime, either on server or client-side Use browser events for communications, try and avoid global pubsub.

LEARN