Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/learn/tutorial-tic-tac-toe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 'Tutorial: Tic-Tac-Toe'

<Intro>

You will build a small tic-tac-toe game during this tutorial. This tutorial does not assume any existing React knowledge. The techniques you'll learn in the tutorial are fundamental to building any React app, and fully understanding it will give you a deep understanding of React.
आप इस ट्यूटोरियल के दौरान एक छोटा सा टिक-टैक-टो (Tic-Tac-Toe) गेम बनाएँगे। यह ट्यूटोरियल यह मानकर नहीं चलता कि आपको पहले से React की कोई जानकारी है। इस ट्यूटोरियल में आप जो तकनीकें सीखेंगे, वे किसी भी React ऐप को बनाने के लिए बुनियादी (fundamental) हैं, और इन्हें पूरी तरह समझने से आपको React की गहरी समझ प्राप्त होगी।

</Intro>

Expand Down