Can anyone advise how I can import or initialize Fancybox in my ReactComponent, please?
I am working on building a salon website using ReactJs. I already installed jQuery & Fancybox by doing "npm install ...". Now I want to use Fancybox box to create a JSX component which is an image gallery.
I don't know how to start/initialize/import Fancybox to start using it.
I am looking for your advice. Thanks!
here is the codes that I am trying to use
click here to see the error: ReferenceError: jQuery is not defined