I was going to keep its price $0. Thank god i didn't do that. Still, I love helping others as much as I can. If you can't spend $1 due to some reasons, DM me and I'll send you a free copy โค๏ธ
Hooks let you manage state and other React feature without writing the class component. It was first introduced in React 16.8
Let us try to understand it in more detail ๐งต๐๐ป
Starting with the discussion on some key point about React hooks ๐๐ป
๐ What exactly hooks are?
- We can consider hooks as a JavaScript functions which takes some parameter and return something accordingly. But they servers some complex functionality like managining state and other React features