Get Started

News

[Tech Blog] Should You Use Context or Redux in React Application?

Tech Blog

AnyMind Group

Oct 8, 2021

[Tech Blog] Should You Use Context or Redux in React Application?

Redux is a library that helps to manage the state of your application. Redux should be used in medium to large single-page applications with complex data flow. Redux can add unnecessary complexity to your application if your application is really small with a simple data flow. On the other hand, in v16.3 react team introduced Context which also helps to manage the state of a react application. I'm Ashraful, working as a frontend developer in Anymind Group. Today I'm going to share how we are managing a part of our global application state in AnyTag/