Friday, June 5, 2026
Latest:
  • In German, verb sein (to be) Konjunktion
  • Wichtige wörter für B1 prüfung
  • What are the main differences between ApplicationContext and BeanFactory?
  • German B1 Word list
  • How does Lazy annotation work in Spring?
Upokary

Upokary

Quality information

  • Health
  • Life
  • Fashion
  • Food
  • Code
  • English
  • বাংলা
Technology 

Why useState is asynchronous in ReactJS?

Published: January 1, 2021Last updated: July 31, 2021 asynchronous, useState

The main reason for asynchronous useState is the closure scope around an immutable const value.

We can not do await setState() to make it synchronous. On the very first rendering props and state are assumed to be unchanging.

Treat this.state as if it were immutable.

To achieve this we use const keyword with useState hook.

const [state, setState] = useState('initial');

Between the renders, the value might be different. For a particular render, the value remains constant and of course inside the closures.

Reference:
  • https://stackoverflow.com/questions/54069253/usestate-set-method-not-reflecting-change-immediately

You May Also Like

The following SDK component was not installed: sys-img-x86-addon-google_apis-google-21

December 4, 2018 beroza

Uncaught (in promise) TypeError: Cannot read property of undefined ReactJS

May 23, 2020 beroza

How to get the current timestamp in JavaScript?

May 10, 2020 beroza

How to pass an event to parent DOM from Iframe using JavaScript?

November 29, 2020 beroza

How to do loop inside JSX of ReactJS?

February 28, 2020 beroza

Immediately Invoked Function Expression (IIFE) in JavaScript

March 6, 2021 beroza

What is for…of loop in JavaScript?

May 21, 2019 beroza

Uncaught TypeError: CreateListFromArrayLike called on non-object

April 1, 2019 beroza

Free disk space related useful command in Linux

March 7, 2019 beroza

Why Upokary?

Upokary.com is a useful application in everyday life. It provides very handy information regarding every aspect of life. Each and every tip of upokary.com is meant to make life better.

Upokary tools

  • Youtube thumbnail
  • Youtube video downloader

Useful Links

  • Handy code
  • Technology
  • People
  • Programming
  • Quote
  • Travel
  • WordPress
  • IELTS
  • Kids

Pages

  • Sitemap
  • Privacy policy
  • About us
  • Contact us

Support

For any kind of query or question please drop a message in the following email: upokary@gmail.com
Copyright © 2026 Upokary. All rights reserved.