clibs / website

The source code for clibs.org.
https://www.clibs.org
3 stars 2 forks source link

Replace react-helmet with react-document-meta #23

Closed stephenmathieson closed 2 years ago

stephenmathieson commented 2 years ago

react-helmet requires 16k of JavaScript to manipulate the <head>. react-document-meta is half that size. Both seem outrageously large, but 8k is better than 16 :shrug:

Additionally, react-helmet doesn't work with React v18, so we'd have to drop it as a dependency before we upgrade anyway.