useState() and useEffect()
React hooks are a new feature in React that was introduced in React 16.8. They allow you to use state and other React features without writing a class. This makes it easy to share stateful logic between components and can make function components as ...
dhawalpandya01.hashnode.dev5 min read
Anand Baraik
Novice in everything, student for life!
Good read.