Skip to content

Commit 98cc087

Browse files
committed
resolve conflicts
1 parent fdfc490 commit 98cc087

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

content/docs/components-and-props.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,7 @@ function Comment(props) {
233233

234234
[Спробуйте на CodePen](codepen://components-and-props/extracting-components-continued)
235235

236-
<<<<<<< HEAD
237236
Розбиття компонентів може здатися спочатку невдячною роботою. Проте, у великих додатках така велика кількість багаторазових компонентів є дуже корисною. Суть в тому, що якщо частина вашого інтерфейсу використовується кілька разів (`Button`,`Panel`, `Avatar`), або сама собою досить складна (`App`, `FeedStory`,`Comment`), краще винести її в окремий компонент.
238-
=======
239-
Extracting components might seem like grunt work at first, but having a palette of reusable components pays off in larger apps. A good rule of thumb is that if a part of your UI is used several times (`Button`, `Panel`, `Avatar`), or is complex enough on its own (`App`, `FeedStory`, `Comment`), it is a good candidate to be extracted to a separate component.
240-
>>>>>>> c9b990070fc35d31b56957263e1ea9fe2fe67b40
241237

242238
## Пропси можна тільки читати {#props-are-read-only}
243239

0 commit comments

Comments
 (0)