React Contexts Getting Out of Hand with Jeremy Ward

React Contexts Getting Out of Hand with Jeremy Ward

On this episode of React Wednesdays, we welcomed Jeremy Ward (@basicBrogrammer), author of When a simple React context gets out of hand

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!