We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f70d6 commit 47592cdCopy full SHA for 47592cd
src/content/reference/react/createContext.md
@@ -85,7 +85,7 @@ function Button() {
85
}
86
```
87
88
-Although this older way still works, **newly written code should read context with [`useContext()`](/reference/react/useContext) instead:**
+Bu eski yöntem hala çalışsa da, **yeni yazılan kodlar bunun yerine [`useContext()`](/reference/react/useContext) ile context okumalıdır:**
89
90
```js
91
function Button() {
0 commit comments