DEV Community

Discussion on: Throw Out Your React State-Management Tools

Collapse
 
sumanthyedoti profile image
Sumanth Yedoti

I had developed a pertty complex app without any state management tool, with Context API. If there are any downfalls where components are getting rerendered, we can definitely optimize that. We can surely architecture state with context API like there is no need of external tool to do that