Selection of the front-end framework is based on the current trends, the developer development experience and the developer’s personal bias ( Priit Puru ).
React itself is only a view library and very unopinionated, giving us a lot of flexibility while building our front-end applications. How to manage state, requests and so on is up to the developer with widely used patterns, packages and best practices available.
...