/reactLearn-Typescript

Typescript Implementation of React's Learning Documentation

Primary LanguageTypeScript

react.dev/learn Tic-Tac-Typescript Companion Guide

This project serves as a companion guide to the official react.dev/learn Tic-Tac-Toe tutorial, allowing you to follow along both the official guide, as well as this one, to begin learning how to implement Typescript with React.

Getting Started

Navigate to guide.md, and follow along. It will guide you through how to set up the project, when to switch to the official react.dev/learn guide, what changes to make, and why they're needed. If you get lost, at any time you may compare your work with CompleteSrc\App.tsx.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

To learn TypeScript, check out the TypeScript documentation.