registeredComponents
How to get the collection of the components registered in the browser.
Description
The registeredComponent constant is an object exported by the Wompo library that contains the names of the registered Web Components as keys, and their corresponding functional Component as a value (not the generated HTML class).
This object is supposed to be read-only.
lazy API - Wompo APIs
Use lazy to split component code and render dynamically imported components with Suspense.
unsafelyRenderString API - Wompo APIs
Learn how you can avoid Wompo's automatic HTML escaping.