diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 5ff366d31..df014af58 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -131,7 +131,7 @@ export function HomeContent() { React
- The library for web and native user interfaces + වෙබ් සහ ස්වදේශීය පරිශීලක අතුරුමුහුණත් සඳහා පුස්තකාලය
Thumbnail
, LikeButton
, and{' '}
- Video
. Then combine them into entire screens, pages,
- and apps.
+ React ඔබට components ලෙස හැඳින්වෙන තනි කොටස් වලින් පරිශීලක අතුරුමුහුණත් තැනීමට ඉඩ දෙයි.{' '}
+ Thumbnail
, LikeButton
, හා{' '}
+ Video
{' '} වැනි ඔබේම React components සාදන්න.
+ ඉන්පසු ඒවා සම්පූර්ණ තිර, පිටු සහ යෙදුම් වලට ඒකාබද්ධ කරන්න.
if
statement.
- Displaying a list? Try array map()
. Learning React is
- learning programming.
+ React components JavaScript functions වේ. යම් අන්තර්ගතයක් කොන්දේසි
+ සහිතව පෙන්වීමට අවශ්යද? if
ප්රකාශයක් භාවිතා කරන්න.
+ ලැයිස්තුවක් පෙන්වනවාද? array map()
උත්සාහ කරන්න.
+ React ඉගෙනීම යනු ක්රමලේඛනය ඉගෙනීමයි.
- People expect web app pages to load fast. On the server, - React lets you start streaming HTML while you’re still - fetching data, progressively filling in the remaining - content before any JavaScript code loads. On the client, - React can use standard web APIs to keep your UI - responsive even in the middle of rendering. + වෙබ් යෙදුම් පිටු වේගයෙන් පූරණය වනු ඇතැයි මිනිසුන් අපේක්ෂා කරති. + Server තුල, React ඔබ තවමත් දත්ත ලබා ගනිමින් සිටින අතරතුර HTML + ප්රවාහය ආරම්භ කිරීමට ඉඩ සලසයි, ඕනෑම JavaScript කේතයක් පූරණය + වීමට පෙර ඉතිරි අන්තර්ගතය ක්රමානුකූලව පුරවයි. Client මත, + විදැහුම්කරණය මධ්යයේ පවා ඔබේ UI ප්රතිචාරාත්මකව තබා ගැනීමට React + හට සම්මත වෙබ් API භාවිත කළ හැක.
- People expect native apps to look and feel like their - platform.{' '} + ස්වදේශීය යෙදුම් ඔවුන්ගේ වේදිකාව මෙන් පෙනෙනු ඇතැයි මිනිසුන් + අපේක්ෂා කරයි.{' '} React Native {' '} - and{' '} + සහ{' '} Expo{' '} - let you build apps in React for Android, iOS, and - more. They look and feel native because their UIs{' '} - are truly native. It’s not a web view—your - React components render real Android and iOS views - provided by the platform. + ඔබට Android, iOS සහ තවත් දේ සඳහා React හි යෙදුම් + තැනීමට ඉඩ දෙයි. ඔවුන්ගේ UI{' '} සැබවින්ම ස්වදේශික + බැවින් ඔවුන් ස්වදේශික ලෙස පෙනේ. එය web view + නොවේ—ඔබේ React components වේදිකාව මඟින් සපයන ලද + සැබෑ Android සහ iOS දසුන් ලබා දෙයි.