Derives a State
Hydrates a DOM element with a function that updates its content.
Creates a state object with optional initial value. The properties of the created object are configured to be enumerable, writable, and configurable.
Functiontags: Readonly<Record<string, TagFunc<Element>>> & {Creates a Proxy-based Tags object with optional namespace functionality.
Appends child elements to a DOM element and returns said DOM element.