"Magic" using React Hooks. Yes, you read it right.
First things first, What are hooks ?
Hooks are the new feature introduced in the React 16.8 version. It allows you to use state and other React features without writing a class. Hooks are the functions which "hook into" React state and lifecycle feat...
ahtrahdis7.hashnode.dev4 min read