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
모든 mutate 중복 클릭 막기
이 중에 모든 mutate 마다 직접 하나하나 적용하지 않고 한 번에 모든 mutate에 적용할 수 있도록 하는 방법을 찾고 싶습니다 못찾는다면 .. 하나하나 해주어야죠 그렇게 되면 1번이 가장 확실한 것 같습니다
<button disabled={isLoading}>Create</button>
<button onClick={() => isLoading && mutate()}>Create</button>
첫 번째 방법이 훨씬 좋은 것 같다.
The text was updated successfully, but these errors were encountered:
NamJwong
No branches or pull requests
✨ 어떤 기능인가요?
모든 mutate 중복 클릭 막기
api 중복 요청을 막는 여러 방법
이 중에 모든 mutate 마다 직접 하나하나 적용하지 않고 한 번에 모든 mutate에 적용할 수 있도록 하는 방법을 찾고 싶습니다
못찾는다면 .. 하나하나 해주어야죠
그렇게 되면 1번이 가장 확실한 것 같습니다
isLoading 활용하는 두 가지 방법
첫 번째 방법이 훨씬 좋은 것 같다.
✅ To Dos
The text was updated successfully, but these errors were encountered: