How to bind a react hook to an element created by jquery function
I'm working with a project written in jquery and I want to integrate this code in my react project. I'm trying to send a query to my graphql server by clicking a button. There is a JQ function that creates…