Search posts, tags, users, and pages
Punit Batra
MERN Stack Developer | GSoC'20 @INCF | Google DSC Lead
Hey! ๐ In this blog, we will be talking about Context API which was introduced in React 16, You will get your answer here about how to use, why to use and so on... Actually, Many years ago React has offered an experimental API for context. Although ...
Shoaib Ahmed
Frontend Engineer
How's this different than react-redux?
Redux is kinda different library. Context API is just like module in react as we can say it's using just an another hook usecontext. With this no need of extra library combining it with usereducer hook solves the problem of state mgmt completely.
Shoaib Ahmed
Frontend Engineer
How's this different than react-redux?