Skip to content

Commit faa1cdf

Browse files
committed
Rules of React page
1 parent fb8acbd commit faa1cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/rules/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Kod tabanınızın React Kurallarına uymasına yardımcı olmak için React'in
3434

3535
---
3636

37-
## React calls Components and Hooks {/*react-calls-components-and-hooks*/}
37+
## React Bileşenleri ve Hook'ları çağırır {/*react-calls-components-and-hooks*/}
3838

3939
[React is responsible for rendering components and hooks when necessary to optimize the user experience.](/reference/rules/react-calls-components-and-hooks) It is declarative: you tell React what to render in your component’s logic, and React will figure out how best to display it to your user.
4040

0 commit comments

Comments
 (0)