useState hook in React
Hooks: Hooks are the way to write reusable code rather than using the more classic approach
of inheritance in react
Rules for the hooks:
Don’t call inside loops
Don’t call inside conditions
Don’t call inside nested function
Always use hook at the t...
rohitsharmaj7.hashnode.dev2 min read