solidjs / solid-meta

Write meta tags to the document head
127 stars 16 forks source link

Proposal: use a `key` prop to override Meta tags #39

Open DaniGuardiola opened 9 months ago

DaniGuardiola commented 9 months ago

What this changes

That's it. <Title> is still always replaced.

Why

Why not userland

Status

Work in progress, need to figure out the tests but the basic implementation is done. Also, I think the key prop will currently be set as an attribute, so probably need to exclude it before rendering. Couldn't test yet because of local env issues.

Open questions

Related

34 #40