Skip to content

Discovery: HTML minification vs Hydration #115

@quarkus

Description

@quarkus

find out what happens when hydrating a minified SSRd element

Might be a use case if html minification is used in production.

imagine a ssr'd html like:

<my-element><div>${this.foo}</div><div>${this.bar}</div></my-element>

vs.:

<my-element>
<div>${this.foo}</div>
<div>${this.bar}</div>
</my-element>

will hydration work ?
when we crash .. how hard will we crash ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedv1.0.0

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions