React

Introduction to React Hooks - Custom Hooks

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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