Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ta translation #3

Merged
merged 3 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
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/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: home
title: React – The library for web and native user interfaces
title: React – வலைத்தள மற்றும் சார் (native) பயனர் இடைமுகங்களின் (interface) நிரலகம்.
permalink: index.html
---

Expand Down
6 changes: 3 additions & 3 deletions src/content/learn/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Quick Start
title: விரைவான தொடக்க வழிகாட்டி
---

<Intro>

Welcome to the React documentation! This page will give you an introduction to the 80% of React concepts that you will use on a daily basis.
React இன் ஆவணத்திற்கு உங்களை வரவேற்கிறோம்! இந்தப் பக்கம் நீங்கள் அன்றாடம் பயன்படுத்தும் React இன் 80% கருத்துக்களைப் பற்றிய அறிமுகத்தை உங்களுக்கு வழங்கும்.

</Intro>

<YouWillLearn>

- How to create and nest components
- How to create and nest கூறுகள் (components)
- How to add markup and styles
- How to display data
- How to render conditions and lists
Expand Down