Server-side Rendered Web Components (Experimental)
The <bolt-text> component, among many other web components in Bolt, will support server-side rendering via the new upcoming {% filter bolt_ssr %} custom Twig filter. Check out the docs on server-side rendering for information!
{% filter bolt_ssr %}
<bolt-text>
This is text.
</bolt-text>
{% endfilter %}