Building a To-Do List App Using React - Hooks and Styled Component
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...
antonyndungu.hashnode.dev7 min read