Instalando o jQuery no React JS
// First run a command
npm install jquery --save
//Then import it and use it.
import $ from 'jquery';
Condemned Cheetah
// First run a command
npm install jquery --save
//Then import it and use it.
import $ from 'jquery';