diff --git a/src/content/index.md b/src/content/index.md index 0ef5df59..8ee2ed9f 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -1,6 +1,6 @@ --- id: home -title: React – The library for web and native user interfaces +title: React – வலைத்தள மற்றும் சார் (native) பயனர் இடைமுகங்களின் (interface) நிரலகம். permalink: index.html --- diff --git a/src/content/learn/index.md b/src/content/learn/index.md index b57655bc..fb04e0b6 100644 --- a/src/content/learn/index.md +++ b/src/content/learn/index.md @@ -1,16 +1,16 @@ --- -title: Quick Start +title: விரைவான தொடக்க வழிகாட்டி --- -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% கருத்துக்களைப் பற்றிய அறிமுகத்தை உங்களுக்கு வழங்கும். -- 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