DEV Community

Discussion on: React doesn't need state management tool, I said

Collapse
 
cyrstron profile image
cyrstron

Redux is not only context provider. It is reliable and easily debugable state structure for your application.

Sure, it is complex and has a lot of boilerplate code even with RTK. But if it is too complex for your app, it means only that your app is not big enough to profit from Redux. Use native state management or simpler solutions like MobX.