React Hooks are all the rage nowadays in React land. Hence it’s a good time to learn the basics of these newer React constructs.
We will learn how to use React Hooks by building a real world Tic Tac Toe game. This will give you ample exposure to both React Hooks and building React apps in general.
Source code: https://codepen.io/rajat1saxena/pen/NmgPVW
#reactjs #react-hooks #javascript #web-development