Answer to the first part of your question is definitely yes . If you want to have more power building React Native applications then it is highly recommended to use it for global state management. However, you have alternative to Redux that is mobx and this quite powerful too and a good competitor to Redux.
Read moreIs Redux worth learning in 2021?
Is it worth learning Redux in 2021? – Quora. Redux is still a great product . … This is possible to handle in React as well, but the end result is still much easier to both share, reuse and reason about in Redux. A third use case is for those where the state of your application can change very rapidly.
Read moreDoes anyone still use Redux?
Yes, Redux is still popular . There are many alternatives, though I won’t claim one is necessarily better. Redux is a way for an app to manage complex states. In React, components have their own state, but they don’t have an easy way to access another components’ state (by design).
Read moreShould I still learn Redux?
Answer to the first part of your question is definitely yes . If you want to have more power building React Native applications then it is highly recommended to use it for global state management. However, you have alternative to Redux that is mobx and this quite powerful too and a good competitor to Redux.
Read moreShould I still use Redux 2021?
Redux is maintainable It generally makes it easier to maintain. It also helps you segregate your business logic from your component tree. For large-scale apps, it’s critical to keep your app more predictable and maintainable.13 Nis 2021
Read more