Skip to content

Commit aec3601

Browse files
chore: keep frontmatter title as-is
1 parent 5c6607e commit aec3601

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/content/reference/rules/components-and-hooks-must-be-pure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Компоненты и хуки должны быть чистыми
2+
title: Components and Hooks must be pure
33
---
4+
45
<Intro>
56
Чистые функции выполняют только вычисления и ничего более. Это упрощает понимание и отладку кода, а также позволяет React корректно оптимизировать ваши компоненты и хуки.
67
</Intro>
@@ -359,4 +360,4 @@ function Page({ colour }) {
359360
</>
360361
);
361362
}
362-
```
363+
```

0 commit comments

Comments
 (0)