Understanding Props, Hooks, useState, useEffect by Building Tic-Tac-Toe.
Introduction
In this blog, we will dive into building a Tic-Tac-Toe game using React. Throughout the process, we will explore essential React concepts such as props, hooks (specifically useState and useEffect), and leverage the power of a 2-D array t...
mayankt.hashnode.dev3 min read