We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/reactjs/ko.reactjs.org/blob/f265301642079f05066231c005e73672eb2f0f91/content/docs/concurrent-mode-patterns.md
AS-IS const [startTransition, isPending] = useTransition({
const [startTransition, isPending] = useTransition({
TO-BE const [isPending, startTransition] = useTransition({
const [isPending, startTransition] = useTransition({
The text was updated successfully, but these errors were encountered:
reactjs/react.dev#4135 (comment) #374 에 따라 새로운 버전의 문서를 번역하고 있습니다. 해당 문서에 대한 typo라면 PR을 올려주시면 감사하곘습니다.
Sorry, something went wrong.
No branches or pull requests
https://github.com/reactjs/ko.reactjs.org/blob/f265301642079f05066231c005e73672eb2f0f91/content/docs/concurrent-mode-patterns.md
AS-IS
const [startTransition, isPending] = useTransition({
TO-BE
const [isPending, startTransition] = useTransition({
The text was updated successfully, but these errors were encountered: