My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

What is Redux actually?

Sivabalan's photo
Sivabalan
·May 4, 2016

As I am a beginner in Redux and I searched on the web then got the answer that it's a state container. Even we can maintain the state of the element in the jQuery just like the below code

if ($('.foobar').hasClass('active')) {
    doSomething();
}            

Can anyone tell me what Redux is actually?