UX components in SharePoint and SharePoint Online

Use provider-hosted SharePoint Add-ins to control user experience (UX) components in SharePoint and SharePoint Online.


Article Shows you how to...
Customize the UX by using SharePoint provider-hosted add-ins Use provider-hosted add-ins that create and modify SharePoint pages, layouts, and other SharePoint artifacts and that customize the user experience on host sites.
Create UX controls by using SharePoint provider-hosted add-ins Use JavaScript and the client object model (CSOM) to create UX controls for display in provider-hosted add-ins that interact with host sites. The examples include taxonomy picker, taxonomy menu, and people picker controls.
Improve performance in SharePoint provider-hosted add-ins Use HTML5 and HTTP cookies to cache data and reduce the number of calls to SharePoint services.

See also