Async Handling

One of Grunfeld's powerful features is the ability to naturally handle asynchronous operations. You can perform async operations when creating dialogs or display multiple dialogs sequentially.

Loading Dialog#

You can create a dialog that displays loading state during async operations:

Sequential Dialogs#

You can implement complex workflows by displaying multiple dialogs sequentially:

Timeout Handling#

You can automatically close a dialog after a certain time and handle the Promise:

Async Handling - Integrating Async Operations with Dialogs | ilokesto - React Library Collection