What is Redux actually?
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?