Updating a React context from its consumer
Among the last novelties of ReactJS that have greatly bettered the DX (Developer eXperience) of the framework, there is the Context API and hooks. In this post, we'll talk about Context API. I am not going to detail how the Context API works in this post. If you don't know...
Read more →