An overview of the

  • In React, how do you update the React app after triggering a status update
  • The first thing you need to know is what are the ways to trigger a status update
  • What function is triggered after the status update?
  • What is the concurrency model, and what are its advantages over the current model?
  • How is asynchronous interrupt update implemented in React?

The official guide

How to turn on React Concurrent mode (Concurrent mode)

Status update flow chart