Using React’s New Context API with Relay
React recently released their new Context API and it already seems to be gaining traction in the community.
The basic idea is that you set some data at the top of a component tree and can access that data at the bottom of the tree…