HOOKS or useState Hook
Introduction of hooks?
it allow you to use state and other react features without written a class.
Hooks allow function components to have acess to state and other react features like life cycle methods.
Because of this, class components are gener...
megha17.hashnode.dev4 min read