+ 1
Is it necessary to learn Redux also with React?
1 Odpowiedź
+ 3
If you do not want to directly step into complex stuff then you might skip it for now. The context API is a good alternative. But if your application is growing and requires high frequency updates then redux is better.