1. 5
    Reduce Code Redundancy with Custom React Hooks
    1m 51s

Reduce Code Redundancy with Custom React Hooks

InstructorPaul McBride

Share this video with your friends

Send Tweet

In this lesson, we'll cover how to create a custom React hook for managing the state of any input. This is one of the most powerful features of react hooks as it allows you to easily share functionality in a reusable way.

~ 3 years ago

The reduction of redundant code using Custom Hooks was amazing. I had two watching the beginning portion twice. It is mind-blowing, how much you can do with simplified logic once a custom hook is in place.