flushSync()
Term side of the Card
Topic: APIs [React DOM]
Unit title: flushSync()
Categories: API
Explanation side of the Card
Explanation: The function that forces React to apply updates immediately, instead of waiting for its usual batch update process. It's useful for ensuring that certain changes are reflected on the screen immediately, without any delay.