Designing React Hooks the Right Way

Fang Jin

Language: English

Publisher: Packt

Description:

Get to grips with React Hooks and design your own custom Hook to manage application states for making better decisions in site architecture

Key FeaturesGet to grips with Hooks' design and understand each built-in Hook's pitfalls with examplesDiscover how to turn your existing code into a reusable Hook via code refactoringExplore design solutions to identify and solve site performance issues involving HooksBook Description

React hook creates a unique solution for using states in function components to orchestrate UI communication. They provide you with an easy interface to write custom data management solutions with low development and maintenance costs. Understanding how Hooks are designed enables you to use them more effectively, and this book helps you to do just that.