DownloadModern BaseView Guide (v2.0)
The modern UI system in upMVC is implemented in the class
src/Common/Bmvc/BaseViewModern.php.
This guide is intentionally short and points you to the
more detailed architectural documents that cover how the
modern BaseView works, how it differs from the legacy
BaseView, and how to integrate it into your own modules.
Where to start
Using the modern BaseView
-
Extend `Common\Bmvc\BaseViewModern` in your module views when you
want the new layout/dark-mode-ready structure.
-
Keep using `Common\Bmvc\BaseView` if you prefer the classic minimal
view layer; both are compatible.
For concrete end?to?end examples, follow the React/Vue integration
guides and the Islands/architecture docs referenced in README.md.
|