Yes, jQuery can be easily used in React Js. One of the ways to use jquery in React JS is with the help of npm.
Step 1: First, Open the terminal.
Step 2: Use the cd command and go to your project folder where the package.json file is present
Step 2: Install jquery using npm (WRITE THE COMMAND): npm install jquery save
Step 3: Finally, import $ the jsx file from jquery, where you need to use.