Context provides a way to pass data through the component tree without having to pass props down manually at every level. For example, the authenticated user, the locale preference or the UI theme need to be available to many components across the application.
Comments