Skip to content

Visual Controller for Preact

npm@peter.naydenov/visual-controller-for-preact

Region-based controller for mounting multiple independent Preact apps on one page.

Native PreactActive
Verdict

Native Preact

Built for Preact and does not require a React compatibility layer.

Overview

Visual Controller for Preact coordinates multiple Preact applications on a single static page. Regions are defined with invisible DOM markers via `set`, then apps are mounted, swapped, or destroyed through alias-based `publish` calls—useful for microfrontend-style integration without hard-coded container ids.