Example Context
Contexts in React/NextJS enables components to share data without passing props down manually at every level of the component tree. The example below can be found in /context/SampleContext.js and shows how to fetch the current logged user data from an API and make it accessible to all components of your application.