Redux is still popular for helping developers build consistent user interfaces and cope with complex logic for app state management. … It appears that far not all React apps really need Redux . In many cases, the app state and data can be managed using alternative approaches with lower overhead and simpler implementation.
Read moreWhy do people still use Redux?
Redux got popular for a few reasons: easy to test . unidirectional data flow makes it deterministic . state is read-only .8 Ağu 2020
Read more