0 / 60 seg.

What is the pattern that is used in the Context.Consumer below? <Context.Consumer> {(isLoggedIn)=>{isLoggedIn ? "Online" : "Offline"}} </Context.Consumer>