Why Custom Hooks? Ever since Hooks were introduced in React in its v16.8, people started falling in love by using it to build buttery smooth UI with less and readable code. So did I. Hooks made our lives easier than anything else ever did. These ar...