Skip to content

Commit 7db0106

Browse files
committed
Translate new paragraphs in profiler
1 parent 1fabc17 commit 7db0106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/reference/react/Profiler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ function onRender(id, phase, actualDuration, baseDuration, startTime, commitTime
8787

8888
<Note>
8989

90-
`<Profiler>` дає вам змогу збирати показники програмно. Якщо ви шукаєте інтерактивний профілювач, спробуйте вкладку Profiler в [Інструментах React розробника](/learn/react-developer-tools). Вона надає подібний функціонал як розширення для браузера.
90+
`<Profiler>` дає вам змогу збирати показники програмно. Якщо ви шукаєте інтерактивний профілювач, спробуйте вкладку Profiler в [Інструментах React розробника](/learn/react-developer-tools). Вона надає подібну функціональність як розширення для браузера.
9191

92-
Components wrapped in `<Profiler>` will also be marked in the [Component tracks](/reference/dev-tools/react-performance-tracks#components) of React Performance tracks even in profiling builds.
93-
In development builds, all components are marked in the Components track regardless of whether they're wrapped in `<Profiler>`.
92+
Компоненти, обгорнуті компонентом `<Profiler>`, будуть також промарковані в [доріжках компонентів (Component tracks)](/reference/dev-tools/react-performance-tracks#components) серед доріжок продуктивності React у збірці з увімкненим профілюванням.
93+
Для збірок розробника (development builds) усі компоненти будуть промарковані в доріжках компонентів незалежно від того, чи вони обгорнуті в `<Profiler>`.
9494

9595
</Note>
9696

0 commit comments

Comments
 (0)