DEV Community

Discussion on: Why React projects still use Redux

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop • Edited

Context API + useReducer hooks would be good enough for many situations:

  • easier to set up
  • no need to understand any extra libraries
  • no extra libs to clutter the bundle size