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

**URL:** https://forum.kirupa.com/t/beginner-need-help-slick-grid-in-react-js/637815
**Category:** web dev
**Created:** [February 4, 2018, 6:33pm UTC](https://forum.kirupa.com/t/beginner-need-help-slick-grid-in-react-js/637815 "2018-02-04T18:33:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Bhagyalakshmi](https://avatars.discourse-cdn.com/v4/letter/b/919ad9/32.png) [@Bhagyalakshmi](https://forum.kirupa.com/u/Bhagyalakshmi)
#### Post date: [February 4, 2018, 6:33pm UTC](https://forum.kirupa.com/t/beginner-need-help-slick-grid-in-react-js/637815/1 "2018-02-04T18:33:27Z")

</div>

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.
