Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
translate createRef page
  • Loading branch information
anilcanboga committed Jan 26, 2025
commit a63441d12ba80da1834589db4190da4cf85866a8
2 changes: 1 addition & 1 deletion src/content/reference/react/createRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MyComponent extends Component {

#### Returns {/*returns*/}

`createRef` returns an object with a single property:
`createRef` tek bir özelliğe sahip bir nesne döndürür:

* `current`: Initially, it's set to the `null`. You can later set it to something else. If you pass the ref object to React as a `ref` attribute to a JSX node, React will set its `current` property.

Expand Down