// This Methods are not designed to get called via () as they assume the existence of the .raw property on the first arrgument
html``
renderString``
After that the methods are in general save to get called directly
renderLiteral
theRunInContext Stuff is Tricky but Nice
Write Components as Class or Function
Depending on your usecase it is most time the best to code a Component as a single Function that returns a string.
when you want to make it interactive in the browser you have 3 choices
you can register additional customElement.define definitions
you can on render apply customElement Logic like register events or streams
you can insert a Githubissues.
Githubissues is a development platform for aggregating issues.
// This Methods are not designed to get called via () as they assume the existence of the .raw property on the first arrgument
After that the methods are in general save to get called directly
theRunInContext Stuff is Tricky but Nice
Write Components as Class or Function
Depending on your usecase it is most time the best to code a Component as a single Function that returns a string. when you want to make it interactive in the browser you have 3 choices