DEV Community

Maniruzzaman Akash
Maniruzzaman Akash

Posted on

2

Why we've to use Redux. The Problem it solved.

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:

  1. Redux is A Predictable State Management Library Manage Whole Applications State
  2. Redux Follow Single Source of Truth Behave Consistence - Do Exactly What in Reducer
  3. Redux is a Library or Framework Independent.
  4. Redux Can work with -
    • React JS
    • Vue JS
    • Angular
  5. 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

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay