I always heard that In the first phase which is called Reconciliation React creates a list of all changes to be rendered in the UI (an 'effect list', comprising of new and updated components) . The Reconciliation phase can be interrupted, the Commit phase cannot.
But I don't know how to trigger the interrupt and resume.
I hope someone can help me to explore this feature