Links — Interesting finds from around the web
December 06, 2019
Testing Custom React Hooks with Jest
Hooks in React are a new, popular, and extensible way to organize side-effects and statefulness in React components. By composing the base hooks provided by React, developers can build their own custom hooks for use by others.