In this SharePoint JavaScript training course, developers from your SharePoint group will learn to use JavaScript to create and deploy JavaScript-enabled applications into either on-premise SharePoint servers or Office 365. As modern web application design leverages JavaScript to provide a more dynamic user experience, discover how you can make your SharePoint environment more interactive and better able to relay mission-critical information in this hands-on course. All development in this course is performed on a local SharePoint 2016 server, but many techniques also apply to SharePoint 2013 and SharePoint Online. A working knowledge of JavaScript at the level of course 2319 is assumed.
JavaScript with SharePoint Training Delivery Methods
JavaScript with SharePoint Training Information
In this JavaScript course, you will learn how to:
- Evaluate JavaScript options for SharePoint.
- Deploy SharePoint-friendly JavaScript.
- Use JavaScript to access SharePoint information via its REST services.
- Code SharePoint Add-Ins using Visual Studio.
Prerequisites
- Experience using Microsoft SharePoint
- Working knowledge of JavaScript at the level of course 2319
- General web development experience
JavaScript with SharePoint Training Outline
- Motivation behind increased JavaScript usage in SharePoint sites
- JavaScript inclusion options for SharePoint
- Creating a development environment with Visual Studio Code
- The basics of TypeScript
- Types of SharePoint pages
- Using Web Parts for JavaScript
- Differentiating SharePoint and provider hosted add-ins
- Configuring the development environment
- Creating and deploying SharePoint Add-Ins with Visual Studio
- Using add-ins to create lists and libraries
- Creating SharePoint Framework (SPFx) projects
- Building SPFx Web Parts
- Customizing SPFx Web Part properties
- Deploying SPFx Web Parts to SharePoint
- REST service basics
- SharePoint and REST
- Accessing lists and list items
- Modifying lists and items
- Working with JSON and Ajax