solidjs / solid-meta

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

improve hydration #13

Closed nksaraf closed 2 years ago

nksaraf commented 2 years ago

dont remove old tags with the same data-sm ids as the client one (generated using createUniqueId()).. we manually populate/assign/delete from document.head in a render effect

Also added a Stylesheet export.. for goodness