It is necessary to learn Redux for creating a React WebApp? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

It is necessary to learn Redux for creating a React WebApp?

25th Oct 2020, 4:29 AM
Elmar Militar
Elmar Militar - avatar
4 Answers
+ 5
Elmar Militar in react you don't need to learn the redux becoz react gives you contextApi If you are doing big project then you should use redux So mostly you need to first expert in reactContext Api Here is an example that i have made with my vizulization. I dont know its perfect or not becoz i have not use Action.type in this ... https://code.sololearn.com/WUKTzN6YxXYd/?ref=app Once you got you fine in using context api then use redux ...
25th Oct 2020, 7:22 AM
Coder
Coder - avatar
+ 5
Redux is a state managment that integrates well with react, as well as some other libraries. On a personal note, I prefer MobX as a state managment library, but neither is a necessity for learning react. Of course it's good to learn and know the concept of state managment, so I would say it is recommended to pick it up at some point.
25th Oct 2020, 6:56 AM
Burey
Burey - avatar
+ 4
Redux is like an add-on, or mod, to React. You don’t have to learn it, but it will make life easier.
25th Oct 2020, 5:09 AM
Rowsej
Rowsej - avatar
+ 3
It's not a most but think when you are building a complex react app and at some point to need to manage a state without using other framework like nuxt.js so you need redux to manage state in a complex react application
25th Oct 2020, 10:46 AM
Muhideen Mujeeb Adeoye
Muhideen Mujeeb Adeoye - avatar