Is there a way to include jQuery and jQuery UI in my react app that is embedded in 3rd party websites without polluting the unsuspecting host site with those libraries?
Update. Comments asked for reasons.
I need Draggable, resizeable, Rotatable features. There is a react-resizable-rotatable-draggable library, which is no longer supported and seems hard to style. I'm converting an existing app that uses Jquery UI so exploring that option makes sense.