HOOKS – Analysis about React Hooks
React hooks came into the picture in October 2018. In early February 2019, they finally came in React v16.8.0.React Hooks are a great addition to React which has completely changed how we write code. Before React hooks, there was no way of using state and lifecycle methods in functional components, and that’s why the functional Continue Reading »