Beginner need help !!!!! Slick grid in react js

Hi,
I need your help on integrating jquery plugin (legacy library) of slick grid into the latest react js version. I tried by npm install slickgrid, slickgrid es6 and slickgrid 6pac, but it didn’t helped.
I got an error as Grid is not an constructor when added these below lines in ComponentDidMount()
$(() => { grid = new Grid(’#myGrid’, data, columns, options); });.I have included all the necessary dependencies in index.html. In fact installed jquery too. I wonder what this error is all about.