Contexts are one of the fundamental building blocks of React apps, and they’re one of those features that starts simple—just create a context and provider, right?—but can get out of hand in complex applications.
Jeremy showed us techniques for working with contexts at scale, and demoed the guidelines from his blog post!