In this lecture, we are going to learn about a pattern related to react context, which you might find in many real world react projects. This pattern is simply an alternate way of using Context provider in React, by creating a context provider component.