Using Community Hooks
In the previous chapter, we learned about the various built-in React Hooks.
In this chapter, we are going to learn about various Hooks provided by the community. First, we are going to learn about using Hooks to manage application state. Then, we will implement debouncing using Hooks. Next, we will learn about various utility Hooks. Finally, we are going to learn where to find more community Hooks.
The following topics will be covered in this chapter:
- Using Hooks to manage application state
- Debouncing with Hooks
- Learning about various utility Hooks
- Finding more community Hooks