next/head vs react-helmet #14131
Unanswered
divyanshusahu
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As this discussion introduces the drawbacks of using
next/head
, I wonder if it is better to switch toreact-helmet
.Will, there will be any performance issues? Since I also want to add custom attributes like 'lang' to HTML tag, and I think using
react-helmet
is better than overriding default_document.js
.Should I switch to
react-helmet
or overriding_document.js
will be the best?Beta Was this translation helpful? Give feedback.
All reactions