This small project contains code taken from the official React web page tutorial, linked below.
Topics covered include discussions on:
- Basic React native terminology
- How to create reusable components
- JSX Syntax
- What are React states and how to use them
- How to include package dependencies
- How to start up a node server to run a React application
- Keys
- React functions
Link to the original React Tic-Tac-Toe tutorial:
https://react.dev/learn/tutorial-tic-tac-toe\#inspecting-the-starter-code