what is redux in react ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is redux in react ?

redux in react app

20th Apr 2019, 11:22 AM
Omar Khalil Bakhsh
Omar Khalil Bakhsh - avatar
5 Answers
+ 3
While Redux has its benefits, it that does not mean you should go about adding Redux in all of your apps. Your application might still work well without Redux. One major benefit of Redux is to add direction to decouple “what happened” from “how things change”. However, you should only implement Redux if you determine your project needs a state management tool.
20th Apr 2019, 2:24 PM
Saeed911C
+ 2
Redux: A JavaScript framework for managing and maintaining application state usually used in conjunction with other frameworks to build applications. For more info: https://react-redux.js.org
20th Apr 2019, 12:31 PM
Saeed911C
15th May 2019, 2:39 AM
Calviղ
Calviղ - avatar
15th May 2019, 2:38 AM
Calviղ
Calviղ - avatar
- 1
Saeed911C is it required to learn React app development ?😊
20th Apr 2019, 1:54 PM
Omar Khalil Bakhsh
Omar Khalil Bakhsh - avatar