DEV Community

Discussion on: Is Redux Dead?

Collapse
 
johnmerchant profile image
John Merchant

In most cases I'd normally be using Redux, I find React's useReducer in combination with the Context API can solve the problem already. The only downside is you lose the handy DevTools integrations with frameworks such as Redux, MobX, Overmind.