addChild
Element type
Child content to add (can be promise or dynamic import)
StoreMap type when used reactively
Child content or store and mapper function
Utility function for adding children
Utility for adding children to an element
addChild("Hello")(MyElement);// if you want to add head in your app, you can do this:addChild([...someHead's children])(tree("head")); Copy
addChild("Hello")(MyElement);// if you want to add head in your app, you can do this:addChild([...someHead's children])(tree("head"));
addChild