Exporting code in webflow without jQuery

Is there a way to export your website without the use of jQuery? Or is there a webflow.js file out there that is just plain JavaScript? I am planning on making web apps with webflow and react and ran into some complications. I discovered that since the jQuery DOM manipulation doesn’t go well with react’s virtual DOM manipulation then it causes many things to break such as page animations. So to get around this I am hoping to find a way to avoid using jQuery which would hopefully solve my problem.

1 Like