React

Introduction to React Hooks - Custom Hooks

PRO
Outline

Let's recap all that you've learned so far:

✅ Functional components

✅ useState

✅ useEffect

Now let's move on to learning how to make custom hooks! Custom hooks are great because:

✅ You can build simplified APIs to deliver specific functionality catered to your needs.

✅ They are a way to create utilities that can be reused in any component

By the end of this section, you'll understand the abilities you can use in custom hooks and be able to make custom hooks for any scenario.

 

I finished! On to the next chapter