All Talks

Hooked on Context: Managing External State

reactweek.nyc @reactweek

Drew Wyatt - Hooked on Context: Managing External State | React Week NY ‘19 Imperative SDKs can be annoying to deal with in React (a self-proclaimed declarative library). While it’s never been inherently difficult to wrap an SDK inside of a ComponentClass, it’s easy to tightly couple things, or put make a class responsible for more than is healthy. Testing can also be a pain. Hooks and Context provide a means to isolate concerns into small, testable pieces that are …

You might be interested in: