gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.27k stars 10.31k forks source link

Gatsby with bootstrap and jquery #3182

Closed AAverin closed 6 years ago

AAverin commented 6 years ago

I have a mixed project – not all of it is full-react, unfortunately, there are some pieces of code that I have to render as plain html and use some jquery scripts to operate it. No way to re-write to react. Anyways, I am trying to integrate jquery with bootstrap, and keep having issues. First I tried with ReactHelmet, but bootstrap was always complaining that jquery is missing. Bootstrap docs say to add it's scripts to the end of ,

So I have overriden html.js and added bootstrap there. Now the problem is, when I run this thing and check the code –  Githubissues.

  • Githubissues is a development platform for aggregating issues.