Hooks at a Glance
What are hooks
Hooks are a new feature added in React V16.8. They allow you to use state and other React features without writing class components.
Hooks are backward-compatible i.e Hooks don’t contain any breaking changes.
Previously you could use s...
aaronr2020.hashnode.dev8 min read
Nirmal Hota
A Dreamer | Entrepreneur | Web3 Enthusiasts | Author | Mentor | Tech Speaker
Good one Aaron