reading 32 Custom Hooks - liz-kavalski-401-advanced-javascript/seattle-javascript-401n13 GitHub Wiki
https://reactjs.org/docs/hooks-custom.html)
Building Your Own Hooks -(- 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
- https://blog.bitsrc.io/10-react-custom-hooks-you-should-have-in-your-toolbox-aa27d3f5564d
- useArray reduces this burden by providing us with various array manipulation methods.
- Has a lot of useful tool that can be use for other projects