React: Prop drilling Vs. useContext hook
It is almost impossible to build a React app without having to pass properties, state and global variables around; typically from parent components to children components and even to deeper levels. In this article, I will explain two methods of passi...
josephafolabi.hashnode.dev6 min read