Programming & Software Development
React Hooks - useState and useEffect
Introduction React library allows us to create the UI components in two different ways. One, a class component and another one being, functional components. While you can create components both the ways, only class based components are ‘stateful’ components. Meaning they can have state and with every change in state,