React
Introduction to React Hooks - Concepts Review

React Hooks Concepts Review

PRO
Outline

Understanding the how and why are very important when learning about the what.

Hooks take closures and functional programming to create a nice API that can be used as a shortcut to simplify code, which creates a predictable API and therefore, less bugs.

Let's take all that we've learned and go create your own custom hooks ➡️

 

I finished! On to the next tutorial