Skip to content

Commit

Permalink
Update src/content/learn/thinking-in-react.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkazmi42 authored Sep 30, 2024
1 parent 486d5ce commit c0df6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/thinking-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ React में एक UI को लागू करने के लिए, आ

यदि आपका JSON अच्छी तरह से संरचित है, तो आपको अक्सर मिलेगा कि यह आपके UI के कौम्पोनॅन्ट संरचना से अपने आप ही मैप होता है। यह इसलिए क्योंकि UI और डेटा मॉडल आम तौर पर एक ही जानकारी वितरण की आर्किटेक्चर होती है--अर्थात्, एक ही आकृति। अपने UI को कौम्पोनॅन्टस में विभाजित करें, जहां प्रत्येक कौम्पोनॅन्ट आपके डेटा मॉडल के एक अंश के साथ मेल खाता है।

screen पर पाँच कम्पोनन्ट हैं:
screen पर पाँच कौम्पोनॅन्टस हैं:

<FullWidth>

Expand Down

0 comments on commit c0df6d9

Please sign in to comment.