Skip to content

Commit c5e9245

Browse files
committed
docs: translate useTransition
1 parent 2206f5f commit c5e9245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/useTransition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,9 @@ b { display: inline-block; margin-right: 10px; }
744744

745745
<Note>
746746

747-
When exposing an `action` prop from a component, you should `await` it inside the transition.
747+
컴포넌트에서 `action` 프로퍼티를 노출할 때는 transition 내부에서 `await`해야 합니다.
748748

749-
This allows the `action` callback to be either synchronous or asynchronous without requiring an additional `startTransition` to wrap the `await` in the action.
749+
이렇게 하면 `action` 콜백이 동기적이든 비동기적이든 상관없이 작동할 수 있으며, action 내부의 `await`를 추가적인 `startTransition`으로 감쌀 필요가 없습니다.
750750

751751
</Note>
752752

0 commit comments

Comments
 (0)