In a horizontal split, several teams' micro-frontends share one view, which demands strong orchestration. One team owning a full page is the vertical split; compiling everything into a single bundle is a monolith; and rendering each view on the server is an unrelated SSR/edge concern.
Official docs