Immutable pre-render runtime configuration for a view module.
Export as a named viewConfig alongside the default component. Values are
normalized and validated by bootstrapView before the guest App is
constructed. React presentation settings do not belong here — compose
ThemeProvider / ViewControls in the component tree instead.
Immutable pre-render runtime configuration for a view module.
Export as a named
viewConfigalongside the default component. Values are normalized and validated bybootstrapViewbefore the guestAppis constructed. React presentation settings do not belong here — compose ThemeProvider / ViewControls in the component tree instead.Example