Sign in
Log inSign up

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?

Hassle-free blogging platform that developers and teams love.
  • Docs by Hashnode
    New
  • Blogs
  • AI Markdown Editor
  • GraphQL APIs
  • Open source Starter-kit

© Hashnode 2024 — LinearBytes Inc.

Privacy PolicyTermsCode of Conduct