React
Introduction to React Hooks - Custom Hooks

Let's Build a Custom Hook

PRO
Outline

Great job on the previous exercise!!

Let's continue your learning by building a custom React hook together. In the next video, we'll build a grocery cart hook that will handle the items in the cart, the quantity, and the cost. The purpose of this is to help you see and understand what a useful custom hook might look like.

Follow along on StackBlitz

 

I finished! On to the next chapter