In this RFC, we propose introducing Hooks to React.
Hooks let you reuse logic between components without changing your component hierarchy.
Hooks let you split one component into smaller functions based on what pieces are related.
Hooks let you use React without classes.