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 e21166f commit af5fee9Copy full SHA for af5fee9
src/content/reference/react/useTransition.md
@@ -4,7 +4,7 @@ title: useTransition
4
5
<Intro>
6
7
-`useTransition`은 UI의 일부를 백그라운드에서 렌더링 할 수 있도록 해주는 리액트 Hook입니다.
+`useTransition`은 UI의 일부를 백그라운드에서 렌더링 할 수 있도록 해주는 React Hook입니다.
8
9
```js
10
const [isPending, startTransition] = useTransition()
0 commit comments