I want to integrate a bootstrap layout into ReactJS. Here I have face one issue as I missed a jquery file from bootstrap so that my code is not working. I am very confuse how to integate Jquery in App.js
import './App.css';
import './css/bootstrap.min.css';
import './css/style.css';
import './css/slick.css';
import './js/slick.min.js'; //Jquery
Error shows as :
Line 17: 'define' is not defined no-undef
Line 17: 'define' is not defined no-undef
Line 17: 'jQuery' is not defined no-undef
Line 17: Expected an assignment or function call and instead saw an
expression no-unused-expressions
Line 17: Expected an assignment or function call and instead saw an
expression no-unused-expressions
How can i add slick.min.js in App.js