One of my old projects had jQuery, and we were using React as well. Basic DOM operations, animations, etc. was done using jQuery. As the codebase grew, we started using React Refs for DOM operations. It was a complete mess!
I would say refactoring this codebase and removing jQuery was an annoying experience for me. 😀