I want to import jQuery inside reactjs only inside 1 component because of the performance of the app but it doesn't work i keep getting error that '$' is not defined when using jQuery inside the page
what i want to do something like this :
import "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js";
how can i achieve this ?