You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beta/src/pages/learn/conditional-rendering.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: कंडीशनल रेंडरिंग
4
4
5
5
<Intro>
6
6
7
-
आपके कौम्पोनॅन्ट को अक्सर अलग-अलग स्थितियों के आधार पर अलग-अलग चीजें डिस्प्ले करने की आवश्यकता होगी। React में, आप JSX को किसी कंडीशन के साथ JavaScript सिंटेक्स जैसे की `if` स्टेटमेंट्स, `&&`, AND`?:` ऑपरेटर्स को इस्तेमाल करके रेंडर कर सकते है।
7
+
आपके कौम्पोनॅन्ट को अक्सर अलग-अलग स्थितियों के आधार पर अलग-अलग चीजें डिस्प्ले करने की आवश्यकता होगी। React में, आप JSX को किसी कंडीशन के साथ JavaScript सिंटेक्स जैसे की `if` स्टेटमेंट्स, `&&`, एंड`?:` ऑपरेटर्स को इस्तेमाल करके रेंडर कर सकते है।
0 commit comments