+ 2
It is necessary to learn Redux for creating a React WebApp?
4 odpowiedzi
+ 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 ...
+ 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.
+ 4
Redux is like an add-on, or mod, to React. You don’t have to learn it, but it will make life easier.
+ 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