This module will introduce you to working with SharePoint content in SharePoint Framework projects. You’ll learn about the SharePoint REST API, do CRUD operations with SharePoint data, the local workbench, and creating mock data in SharePoint Framework.
Learning objectives
- Demonstrate how to read and write list data using the SharePoint REST API
- Create a SharePoint Framework project that performs CRUD operations with the SharePoint REST API
- Demonstrate when and how to implement mock data in SharePoint Framework projects