Don't really see a benefit in this.
However I think most people mix React/Vue with jQuery. Including myself. But I am trying to get rid of it.
I the last couple months, I was actually using jQuery nearly only for selecting elements. Which is kind of ridiculous. Pulling in suchs a big lib only for selecting stuff.
But after I found this repo I try to use more vanilla js.
In the last few months I was using Vue pretty often, so I am making the whole dom manipulation in vue now. Way cleaner.