react-helmet icon indicating copy to clipboard operation
react-helmet copied to clipboard

scripts in the end of body

Open AAverin opened this issue 7 years ago • 11 comments

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?

AAverin avatar Dec 11 '17 08:12 AAverin

Not currently a feature, but it's on the roadmap.

cwelch5 avatar Dec 11 '17 19:12 cwelch5

Would be great!

grinos-zz avatar Feb 23 '18 15:02 grinos-zz

@cwelch5 Any news on this feature?

sasivarnan avatar May 06 '18 17:05 sasivarnan

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

alidcast avatar Jul 05 '18 22:07 alidcast

#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.

mfowlewebs avatar Jul 19 '18 20:07 mfowlewebs

+1

sourabhkejriwal avatar May 08 '19 22:05 sourabhkejriwal

Still in the roadmap?

Fieel avatar Sep 17 '19 16:09 Fieel

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.

ghost avatar Jan 11 '20 20:01 ghost

Still on the roadmap?

theskillwithin avatar Jun 17 '21 19:06 theskillwithin

any news on this ?

SimonKlausLudwig avatar Feb 13 '22 12:02 SimonKlausLudwig

Hi, is anybody working on this?

rashidkalwar avatar Feb 20 '22 08:02 rashidkalwar