DEV Community

Discussion on: Redux vs Context API

Collapse
 
rashtay profile image
Rahul Shetty

I wouldn't proceed with this approach. The app would re-render whenever the state changes unless a mechanism is added to handle the unnecessary re-rendering. Also, we would need a solution for intercepting API calls (side-effects).