I personally don't hate jQuery at all. It's the only resort if not building any Single page or complex logic app. It's bad to mix jQuery with react though.
Following are the possible reasons:
It's useless to add jQuery library, it takes time to download
jQuery is slower than vanillaJS. Whenever you can use vanilla easily there ain't no need for jQuery.