Context is similar to props in react , the only difference is that context lets you pass some data through all nodes in component tree. But at the time of writing this post this feature is still in development phase and its api may change in next version of react. Let’s explain the concept of context this with following diagram.
getChildContext
There is one post tagged getChildContext.