0 votes
in ReactJS by
What is the difference between async mode and concurrent mode?

1 Answer

0 votes
by

Both refers the same thing. Previously concurrent Mode being referred to as "Async Mode" by React team. The name has been changed to highlight React’s ability to perform work on different priority levels. So it avoids the confusion from other approaches to Async Rendering.

Related questions

0 votes
asked Nov 9, 2023 in ReactJS by GeorgeBell
0 votes
asked Oct 28, 2023 in ReactJS by DavidAnderson
...