Hi I just want to receive ajax request, but the problem is that jquery is not defined in React. React version is 14.0
14.0
U
Isn't easier than doing like :
1- Install jquery in your project:
yarn add jquery
2- Import jquery and start playing with DOM:
import $ from 'jquery';