- 💡 TIL about Unhead React A new React <Head> lib from the great UnJS ecosystem! Want to use React 19, but the built-in meta APIs are not powerful enough? Want an alternative to unmaintained React-Helmet / React-Helmet-Async? Thanks @harlanzw.com unhead.unjs.ioMay 2, 2025 09:01
- And BTW, no React 19 APIs won't cover all use-cases we used react-helmet for. github.com/staylor/reac... It's sad that the React docs references an unmaintained lib here, but great that we now have a modern maintained alternative. Let's figure out if it's good though!
- cc @ricky.fm maybe the docs should also mention this alternative lib? I haven't tested it yet though, but looks promising. At least it has React 19 support, unlike react-helmet / react-helmet-async