SyntaxFix
Write A Post
Hire A Developer
Questions
Earlier,I was facing problem in using jquery with React js,so I did following steps to make it working-
npm install jquery --save
Then, import $ from "jquery";
import $ from "jquery";
See here