Skip to main content

Command Palette

Search for a command to run...

React Redux

Published
1 min readView as Markdown
P

I am a student of DAV college Muzaffarnagar. I study BCA course from DAV college Muzaffarnagar. I studying for the software engineer. And I like programming.

Redux is an open-source JavaScript library used to manage application state,

React uses Redux for building the user interface. It was first introduced by Dan Abramov and Andrew Clark in 2015

  • Redux solves this problem by managing the application's state with a single global object called store

  • It makes testing very easy

Consistency throughout the application

Redux Architecture

React Redux