I haven't tried React, but from what I can read it's very similar to Vue? I started with Angular but my projects always turned into a mess and it felt like a dependency hell to define my dependencies for core features and especially errors messages has been like reading yiddish to me. Vue on the other hand has very informative warnings and errors that points me directly to every mistake I make. I don't always know the solution first off, but I do know where to start debugging.
I just think Vue and with components are very powerful for scaling, reusability and delegating. I wouldn't use it too much for SEO pages though.