react-helmet
react-helmet copied to clipboard
is it safe?
in React.js docs it advices to prevent js injections for safety concerns such as XSS...etc. is this lib safe?
It's not thread-safe, which is why it was forked and worked on at https://www.npmjs.com/package/react-helmet-async, I'd recommend you use that instead.