Revisiting React Hooks
React hooks help us manage state, optimize performance, and handle side effects without writing class components. Here’s an attempt to breakdown some key hooks and how they are used in easy-to-understand manner.
1. useState
State is just data that ch...
mosamorphing.hashnode.dev3 min read