0
How combine React and Jquery
Can I add Jquery in this code? <script type="text/babel"> ReactDOM.render( <h1>Hello, React!</h1>, document.getElementById('container') ) </script>
2 Answers
+ 3
Simple in window.onload method your are ready to use jquery
In this code I have used jquery
You need to Scroll down to bottom in that code you will see some jquery codes
https://code.sololearn.com/Ww3qf3IY9OUB/?ref=app
I think there are other methods too
+ 1
Before add jQuery to react, here the advice you should read https://qr.ae/pNsYFN