Quick introduction to Redux

D
4 min readApr 15, 2024

Invented by the legendary Dan Abramov, redux serves as a simple tool to maintain and update data across your react application. It is independent of a single component but allows multiple components to share and modify the data. This serves as an alternative to prop drilling as data is readily available.

Photo by Lautaro Andreani on Unsplash

Let’s get started with Redux

--

--

D

An aspiring Robotics Researcher. I am currently in my 4th year of undergraduate studies. I am working on optimising the ROS navigation packages. Follow 4 more!