why do I need redux in react native?

Viewed 637

I am trying to find out why do I need redux if RN already have state, I can use state as I want as action or change something.

So why would I need it?

1 Answers
Related