This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which base class must every SharePoint Framework client-side web part extend?
BaseClientSideWebPart
BaseWebPartComponent
ClientSideWebPartBase
What challenge do CSS modules address in a SharePoint Framework project?
They generate a globally unique name for each CSS class so styles from different web parts don't collide on the same page.
They minify CSS files to reduce the size of the bundle deployed to the CDN.
They convert SASS files into TypeScript interfaces used to call the SharePoint Framework API.
Which SharePoint Framework API do you use to programmatically load an external JavaScript or CSS file from a URL at runtime?
SPComponentLoader
SPHttpClient
PageContext
Where does the SharePoint Framework write the output produced by the Log class?
The developer dashboard.
The browser's local storage.
A log file in the project's temp folder.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?