Video description
Discover the SharePoint Framework and get up to speed with how to create artifacts. This video covers two key aspects: web parts and extensions. You’ll see how web parts are the building blocks of pages in SharePoint and learn that extensions are the tools that enable you to customize your SharePoint experience, for example by adding toolbars, notifications, and views.
Introducing SharePoint Framework shows you that the SharePoint Framework (SPFx) is a cross-platform means of writing user experiences for various parts of SharePoint sites. Because there are many moving parts, this video is the ideal way to demonstrate these topics, giving you all you need to get started.
After viewing this video, you will come away with an understanding of how to write artifacts using SharePoint Framework. Associated code samples for this video can be found on GitHub.
What You Will Learn
- Write and deploy web parts
- Set up a CDN
- Package and deploy a web part
- Create application customizers, field customizers, and Listview command sets
Who This Video Is For
Anyone interested in getting started with SharePoint Framework. Recommended prerequisites include a basic understanding of Office 365 and a working knowledge of Typescript.
Table of Contents
Prerequisites and Setup
Introducing SharePoint Framework
00:07:11
Prerequisites
00:00:46
What you should know
00:02:09
What your dev machine should look like
00:01:52
Setup your dev environment
00:08:23
Writing SPFx Solutions
Author Solutions
00:01:43
Webparts
00:08:49
Structure of a SPFx project
00:07:31
Application Customizer
00:09:19
Field Customizer
00:08:53
Listview Commandset
00:06:21
Debugging SPFx Solutions
Introduction
00:02:02
Debug SPFx solutions in the browser
00:03:51
Debug SPFx solutions in VSCode
00:04:19
Deploying SPFx Solutions
Introduction
00:04:31
Enable the Office365 CDN
00:09:52
Test the Office365 CDN
00:03:22
Deploy using the O365 CDN
00:08:49
Deploy without using the Office 365 CDN
00:08:03
Summary
00:01:23