Describe the solution you'd like
I'd like to add an optional protected readonly template property to a component so that the render function could auto-apply it automatically (replacing the need for a render function). This would require a template engine to be used.
Check templates branch for a working example.
Describe the solution you'd like
I'd like to add an optional
protected readonly templateproperty to a component so that the render function could auto-apply it automatically (replacing the need for arenderfunction). This would require a template engine to be used.Check
templatesbranch for a working example.