Senior Software Engineer
Senior Software Engineer with 10 years of experience developing enterprise web-based applications. Passionate about delivery of high quality software products within budget.
Tech stack: .Net Core, C#, React, Javascript.
Design and development of applications that solve complex problems.
Introduction React by definition follows Component-based architecture approach where the components represent specific screens or elements in the app. This has given rise to the need of having CSS styles that can be managed in component based manner....

Introduction Hooks were introduced in React 16.8. They allow use of state and other React features by using functional components. There are various types of hooks available in React for example useState, useEffect, useContext among others. For To-do...
