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