DEV Community

Discussion on: Why React projects still use Redux

Collapse
 
killianfrappartdev profile image
Killian Frappart

I did try both and as a beginner I prefer to go with Context API because it is so easy to get started with and there is no external package to install but after reading this post I understand why Redux might be the best choice for bigger project.
I'm now considering diving in Redux deeper to get more job opportunities later!

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop • Edited

Please consider using learning materials from the official Redux website and Mark's blog.

A lot of old Redux videos and learning materials might not follow the latest best practices. Good luck!

Collapse
 
killianfrappartdev profile image
Killian Frappart

Will do, thank you!