Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.72 KB

extensions.md

File metadata and controls

32 lines (25 loc) · 1.72 KB

Extensions

SharePoint client-side web parts are controls that appear inside a SharePoint page but run locally in the browser. They're the building blocks of pages that appear on a SharePoint site.

Concepts to Learn

Feel free to mark as completed - [x] Concept name every concept you've already fully understand. To learn a new concept go to the resources section and read/practice about it. As soon as you have fully understood all the concepts on this chapter go to the next chapter.

  • Creating an extension project
  • Application Customizers
  • Field Customizers
  • Command Sets
  • Handling errors
  • Debugging
  • Testing
  • Deploying

Resources

Tutorials

Code samples

References

Next chapter