In this tutorial, I'll show you
1) What is Redux,
2) Why We've to learn Redux
3) Which specific problem solved by Redux
4) Why Redux is Beautiful and we must learn it to become a pro React Developer.
What is Redux:
- Redux is A Predictable State Management Library Manage Whole Applications State
- Redux Follow Single Source of Truth Behave Consistence - Do Exactly What in Reducer
- Redux is a Library or Framework Independent.
- Redux Can work with -
- React JS
- Vue JS
- Angular
- Persistence Data could be saved across whole application Can prevent all re-render
What was the Problem of a normal Data communication in React Application
Let's assume, we have a simple E-commerce application. So, here will be the data storage system of this
Get Full Article on DevsEnv - https://devsenv.com/tutorials/redux-js-introduction-what,-why-and-how-to-start
Download Source Codes Day Wise - https://github.com/ManiruzzamanAkash/redux-learning
Top comments (0)