development
What if we could include source maps in SharePoint Framework packages
Using source maps, you can debug your SharePoint Framework solutions in production. But what if using source maps was even easier?
Debugging SharePoint Framework solutions which use the Microsoft Graph just works
Initially, debugging solutions using the MSGraphClient in SharePoint Framework was inconvenient, but the issue has been fixed and things work as expected.
Easily debug production version of your SharePoint Framework solution
When your SharePoint Framework solution doesn't work as expected in production, the ability to directly debug it, will save you a lot of time.
The risk of easily testing SharePoint Framework web parts in your tenant
SharePoint Framework allows you to easily test the web parts you're building in your production tenant without having to deploy them first. But are you okay with the risk it exposes your data to?
Quick tip: easily test SharePoint Framework web parts on modern pages
Did you know that you can easily test your SharePoint Framework web parts on modern pages?