Reading Time: 6 minutes 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.