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.
Innovation Matters
Microsoft 365 Developer Advocate
ISSN 2210-9390
A collection of 393 posts
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 and speed up your app with the Microsoft Graph JavaScript SDK.
Recently, I wrote about how preconsenting permissions, can help you improve the user experience of your app using Microsoft Graph Toolkit. But how would you know which permissions actually to preconsent? Here is how.
By caching data in your collaborative JavaScript apps connected to Microsoft 365 you can significantly improve their performance and user experience. Here's how to do it.
When working with Microsoft Graph Toolkit you might want to preconsent multiple scopes upfront to improve the user experience. Here's how to do it.