Prerequisites This blog assumes you're already familiar with React and React Hooks. Why should you use useContext? To avoid the pain of prop drilling, we use the useContext hook. as you may know. Prop drilling is the process of transferring props fro...