Contents

About Context Provider

   Jun 11, 2023     0 min read

This is a post about Context Provider.

A Provider is responsible for passing the context you define to child components. It can be nested, and when nested, the child provider value takes precedence. Whenever the value state of the provider changes, the components will all rerender.

What is Context

A means of access to handle some object