Mastering Sharepoint Framework
eBook - ePub

Mastering Sharepoint Framework

Master the SharePoint Framework Development with Easy-to-Follow Examples

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Mastering Sharepoint Framework

Master the SharePoint Framework Development with Easy-to-Follow Examples

About this book

A step-by-step guide to acquire knowledge of the SharePoint Framework (SPFx), build it from scratch, and gradually move towards developing practical examples. Key Features

  • Master the concept of the SharePoint Framework (SPFx)
  • Learn how to use various JavaScript libraries and frameworks with the SharePoint Framework
  • Deploy SPFx solutions into CDNs (Azure Storage and O365 Public CDN)
  • Learn SharePoint operations with SPFx
  • Consume the Microsoft Graph and third-party APIs in SPFx
  • Upgrade solutions from deployment scenarios
  • Continuous integration and delivery pipelines for the SharePoint Framework solutions with Azure DevOps
  • Develop practical scenarios

  • Description
    This book aims to equip you with enough knowledge of the SharePoint Framework in conjunction with skills to use powerful tools such as Node.js, npm, Yeoman, Gulp, TypeScript, and so on to succeed in the role of a SharePoint developer.
    The book starts with a brief introduction to the SharePoint evolution across versions and the rise of the SharePoint Framework and the opportunities you may come across along with an overview of the key topics covered in the book. Who This Book is For
    The book is intended for anyone looking for a career in modern SharePoint, all aspiring SharePoint developers who want to learn the most powerful technique to extend the SharePoint user interface or working professionals who want to switch their career in SharePoint. Table of Contents
    1. Getting Started with SharePoint Framework
    2. Develop Your First SPFx Web Part
    3. SPFx Web Part Property Pane
    4. Custom Controls for Web Part Property Pane
    5. PnP Controls for Web Part Property Pane
    6. CSS Considerations
    7. Configure SPFx Web Part Icon
    8. Examine SPFx Web Parts on Modern SharePoint
    9. Host SPFx Web Parts from MS Azure CDN
    10. Host SPFx Web Parts from Office 365 Public CDN
    11. Host SPFx Web Parts from SharePoint Document Library
    12. Integrating jQuery with SPFx Web Parts
    13. CRUD Operations with No Framework
    14. CRUD Operations with React JS
    15. CRUD Operations with Angular JS
    16. CRUD Operations using Knockout JS
    17. CRUD Operations with SP-PnP-JS
    18. Transition to @pnp/sp from sp-pnp-js
    19. SPFx Development with React JS
    20. React Lifecycle Events in SPFx
    21. AutoBind Control Events in SPFx
    22. Partial State Update for React-based SPFx WebParts
    23. Using Office UI Fabric in SPFx
    24. Provision SharePoint Assets in SPFx Solution
    25. Connect to MS Graph API with MSGraphClient
    26. Connect to MS Graph API with AadHttpClient
    27. SPFx Logging Mechanism
    28. Debug SPFx Solutions
    29. Overview of SPFx Extensions
    30. SPFx Extension - Application Customizer
    31. Extend Application Customizer with React Components
    32. SPFx Extension - Field Customizer
    33. SPFx Extension - ListView Command Set
    34. Anonymously Call MS Azure Functions
    35. Securing Azure Function with Azure Active Directory
    36. Consume Azure AD Secured Function with SPFx
    37. Implementing Separation of Concerns (SoC)
    38. Localization Support for SPFx
    39. Office 365 CLI
    40. SPFx Solutions Upgrade
    41. SPFx Solution Upgrade with Office 365 CLI
    42. Common Issues and Resolutions with Upgrading npm Packages
    43. Extend MS Teams with SPFx
    44. Library Component Type
    45. Develop Custom App Pages with SPFx
    46. Optimizing SPFx Solutions
    47. Unit Test with Jest and Enzyme
    48. DevOps For SPFx About the Author
    Nanddeep Nachan is a results-oriented Technology Architect with over 14 years of experience in Microsoft Technologies, especially in SharePoint, Office 365, MS Azure, and Dot Net. LinkedIn Profile: https://www.linkedin.com/in/nanddeepnachan

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Mastering Sharepoint Framework by Nanddeep Nachan in PDF and/or ePUB format, as well as other popular books in Computer Science & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover Page
  2. Title Page
  3. Copyright Page
  4. Dedication
  5. About the Author
  6. About the Reviewer
  7. Acknowledgements
  8. Preface
  9. Errata
  10. Table of Contents
  11. 1. Getting Started with the SharePoint Framework
  12. 2. Develop Your First SPFx Web Part
  13. 3. SPFx Web Part Property Pane
  14. 4. Custom Control for the Web Part Property Pane
  15. 5. PnP Control for the Web Part Property Pane
  16. 6. CSS Considerations
  17. 7. Configure the SPFx WebPart Icon
  18. 8. Examine SPFx WebParts on Modern SharePoint
  19. 9. Host SPFx WebParts from MS Azure CDN
  20. 10. Host SPFx WebParts from the Office 365 Public CDN
  21. 11. Host SPFx Web Parts From the SharePoint Document Library
  22. 12. Integrating jQuery with SPFx WebParts
  23. 13. CRUD Operations with No Framework
  24. 14. CRUD Operations with React JS
  25. 15. CRUD Operations with AngularJS
  26. 16. CRUD Operations Using Knockout JS
  27. 17 CRUD Operations with SP-PnP-JS
  28. 18. Transition to @pnp/sp from sp-pnp-js
  29. 19. SPFx Development with ReactJS
  30. 20. React Lifecycle Events in SPFx
  31. 21. Autobind Control Events in SPFx
  32. 22. Partial State Update for React-based SPFx WebParts
  33. 23. Using Office UI Fabric in SPFx
  34. 24. Provision SharePoint Assets in SPFx Solutions
  35. 25. Connect to the MS Graph API with MSGraphClient
  36. 26. Connect to the MS Graph API with AadHttpClient
  37. 27. SPFx Logging Mechanism
  38. 28. Debug SPFx Solutions
  39. 29. Overview of SPFx Extensions
  40. 30. SPFx Extensions-Application Customizer
  41. 31. Extendan Application Customizer with React Components
  42. 32. SPFx Extensions-Field Customizer
  43. 33. SPFx Extensions-ListView Command Set
  44. 34. Anonymously Call MS Azure Functions
  45. 35. Securing Azure Functions with Azure Active Directory
  46. 36. Consume Azure AD Secured Function with SPFx
  47. 37. Implementing Separation of Concerns (SoC)
  48. 38. Localization Support for SPFx
  49. 39. Office 365 CLI
  50. 40. SPFx Solutions Upgrade
  51. 41. SPFx Solution Upgrade with the Office 365 CLI
  52. 42. Common Issues and Resolutions with Upgrading npn Packages
  53. 43. Extend MS Teams with SPFx
  54. 44. Library Component Types
  55. 45. Develop Custom App Pages with SPFx
  56. 46. Optimizing SPFx Solutions
  57. 47. Unit Test with Jest and Enzyme
  58. 48. DevOps for SPFx
  59. 49. Query User Profile Details
  60. 50. Querying SP Search Results
  61. 51. React-based Tree View
  62. 52. React-based Carousel
  63. 53. Implement a React-based Organogram
  64. 54. Integrating Adaptive Cards with SPFx
  65. 55. Integrating the Google API with SPFx
  66. 56. SPFx Development with SharePoint On-Premises
  67. Appendix
  68. Glossary
  69. Index
  70. Recommendations, Resources & The Final Words