useState Hook In React
๐ฏ What are Hooks?
Hooks are a new feature addition in React version 16.8 which allows you to use React features without having to write a class.
Previously you could use state only within class components but with hooks now it is possible to use st...
anuradha.hashnode.dev7 min read