reading 32 Custom Hooks - liz-kavalski-401-advanced-javascript/seattle-javascript-401n13 GitHub Wiki

Building Your Own Hooks -(https://reactjs.org/docs/hooks-custom.html)

  • A custom Hook is a JavaScript function whose name starts with ”use” and that may call other Hooks.

The React Hooks Guide

10 React Hooks you Should Have in Your Toolbox