Essay Sep 22, 2023
REACT-olution : Understanding React-Hooks one step at a time
React Hooks is a new feature introduced in React 16.8 that allows us to use state and other React features without writing a class component. Hooks are functions that let us "hook…