In the latest alpha release of React, a new concept was introduced – Hooks. Hooks are being added to React as an alternative to classes. If you use React right now, you’ll be familiar with simple (functional) components and class components.
Full article