development
Easily test how your app will handle a slow API
Without changing your code, in minutes, see how your app responds to slow APIs. Learn where to improve your app's UI to keep it responsive and deliver a great user experience to your customers.
Easily debug Microsoft Graph JavaScript SDK requests
Using the Microsoft Graph JavaScript SDK is a convenient way to connect your app to Microsoft 365. Here's how you can easily debug API requests issued from the SDK.
The easiest way to test how your app handles API errors
Building robust apps that use APIs doesn't have to be hard. There are tools that you can use to see for yourself how your app will behave when calling APIs that it uses fails.
Avoid expired cache with the Microsoft Graph JavaScript SDK
Here is a great pattern for the Microsoft Graph JavaScript SDK that will help you avoid your cached data expiring and improve your app's performance.
Avoid duplicate requests with the Microsoft Graph JavaScript SDK
Avoid duplicate requests and speed up your app with the Microsoft Graph JavaScript SDK.