Do we still need Redux for React?

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 more