The Context API helps to share data between components which you can't easily share with props. Data is shared from parents to children nested deep down the component tree directly without prop drilling(passing prop between corresponding components)....