Skip to content
Github 💻𝕏Linkedin 🔗

Make execution execute last in the queue

Code, Javascript1 min read

Make execution last in the Javascript queue

push this to the end of the execution queue.

onClick={() => setTimeout(() => setIsUpdating(() => true), 0)}