Skip to content

Commit

Permalink
Update writing-markup-with-jsx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-marwari authored Jan 11, 2025
1 parent 04be6cf commit 98c89a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/learn/writing-markup-with-jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ img { height: 90px }
</>
```
इस खाली टैग को *[React fragment](TODO)* कहा जाता है। React fragments आपको ब्राउज़र HTML ट्री में कोई निशान छोड़े बिना चीजों को ग्रुप करने देते हैं।
इस खाली टैग को *[React fragment](/reference/react/Fragment)* कहा जाता है। React fragments आपको ब्राउज़र HTML ट्री में कोई निशान छोड़े बिना चीजों को ग्रुप करने देते हैं।
<DeepDive>
Expand Down Expand Up @@ -211,7 +211,7 @@ JSX जावास्क्रिप्ट में बदल जाता ह
/>
```
आप [इन सभी ऐट्रिब्यूट्स को React DOM एलिमेंट्स में पा सकते हैं](TODO). यदि आप एक गलत पाते हैं, तो चिंता न करें React संभावित सुधार के साथ एक संदेश [ब्राउज़र कंसोल](https://developer.mozilla.org/docs/Tools/Browser_Console) पर प्रिंट करेगी।
आप [इन सभी ऐट्रिब्यूट्स को React DOM एलिमेंट्स में पा सकते हैं](/reference/react-dom/components/common). यदि आप एक गलत पाते हैं, तो चिंता न करें React संभावित सुधार के साथ एक संदेश [ब्राउज़र कंसोल](https://developer.mozilla.org/docs/Tools/Browser_Console) पर प्रिंट करेगी।
<Pitfall>
Expand Down Expand Up @@ -345,4 +345,4 @@ export default function Bio() {

</Solution>

</Challenges>
</Challenges>

0 comments on commit 98c89a4

Please sign in to comment.