Summary
In this chapter, we learned about all Hooks provided by React as of version 19.1. We started by giving an overview of the built-in Hooks and then learned about various utility Hooks. Next, we moved on to learning about Hooks for performance optimization. Finally, we learned about advanced Effect Hooks.
We now have an overview of all the different built-in Hooks that React provides.
In the next chapter, we are going to learn about using various Hooks developed by the React community, as well as where to find more of them.