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 7382362 commit 8c7a5d4
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 @@ -32,7 +32,7 @@ JSON API ने कुछ डेटा वापस किया है जो

React में एक UI को लागू करने के लिए, आप आम तौर पर इन्हीं पाँच चरणों का पालन करेंगे।

## Step 1: UI को एक कंपोनेंट विभाजित करें {/*step-1-break-the-ui-into-a-component-hierarchy*/}
## Step 1: UI को एक कौम्पोनॅन्ट विभाजित करें {/*step-1-break-the-ui-into-a-component-hierarchy*/}

सबसे पहले, मॉकअप में हर कंपोनेंट और सब-कंपोनेंट (subcomponent) के चारों ओर बॉक्स (डब्बे) बनाएँ और उन्हें नाम दें। यदि आप एक डिज़ाइनर के साथ काम कर रहे हैं, तो शायद उन्होंने अपने डिज़ाइन टूल में पहले से ही इन कंपोनेंट्स को नाम दे दिया होगा। उनसे इस विषय मे वार्ता करें!

Expand Down

0 comments on commit 8c7a5d4

Please sign in to comment.