ReactJS — Hooks
Jan 9, 2021
Hooks are a broad set of tools that run custom functions when a component’s props change. Since this method of state management doesen’t require you to use classes, developers can use Hooks to write shorter and more readable code which is also easy to share and maintain.