Getting started with React Hooks

Hooks came into production with React v16.8 and it has completely changed the way we were thinking and using React. React Hooks enables us to build components using the functional approach instead of object-oriented (classes) approach.

Leave a Reply

Your email address will not be published. Required fields are marked *