Context API : Share state across components easily
In this post I will show you how React Context API is great to pass data that can be used in any component in your application.
What is Context API ?
In React, data is passed from a parent to its child components as props. This can get tricky and co...
gabrielpenteado.hashnode.dev3 min read