Closed lukas-schardt closed 2 years ago
This pull requests changes the way elements are rendered on the server.
renderes
TemplateRenderer
ElementFactory
stubs
We are starting with two different renderes: @webtides/element-js and lit
@webtides/element-js
lit
This pull requests changes the way elements are rendered on the server.
renderes
which consists ofTemplateRenderer
for rendering the templateElementFactory
for defining how to render elements on the serverstubs
to provide a minimal alternative implementation of required client functionalityWe are starting with two different renderes:
@webtides/element-js
andlit