react-helmet
react-helmet copied to clipboard
scripts in the end of body
Bootstrap docs say that you have to put it's scripts at the end of the body https://getbootstrap.com/docs/4.0/getting-started/introduction/
Can I achieve it with react helmet?
Not currently a feature, but it's on the roadmap.
Would be great!
@cwelch5 Any news on this feature?
Hi @cwelch5 I'm working on Rogue (https://github.com/alidcastano/rogue), which uses react-helmet
Is this feature still in the roadmap?
I'd like to make it possible to configure all SSR via hocs (so users don't need a custom server.js
file), and being able to modify body tags inside the application itself is crucial for this
#365 is the same request. I like that write-up a better? Not bootstrap specific, for one. :) But yes, this would make helmet useful in a lot of new scenarios.
+1
Still in the roadmap?
Hello, i think that bootstrap says that you have to put it's scripts at the end of the body so it can make sure that the scripts are executed when the page has finished parsing. You can achive the same thing using the defer
attribute.
Still on the roadmap?
any news on this ?
Hi, is anybody working on this?