Mastering Sharepoint Framework
Nanddeep Nachan
SKU: 9789389328875
ISBN: 9789389328875
Authors: Nanddeep Nachan
Rights: Worldwide
Publishing Date: November 2019
Pages: 654
Weight:
Dimension: 23.5x18x4cm
SharePoint is continuously evolving, and it has offered the SharePoint Framework as a new development model to extend the modern SharePoint user interface. The development paradigm has shifted from the server-side to the client-side development involving various open-source tooling and modern toolchain. As a result, relevant technical expertise and analytical skills are required to do such tasks. 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. You will learn how to set up the SharePoint Framework. Before diving into several supervised, unsupervised and other practical use cases of the SharePoint Framework, you will learn how to develop SharePoint Framework solutions using React JS, Angular JS, Knockout JS, and PnP JS and utilize third-party npm packages. You will learn various methodologies to deploy the SharePoint Framework solutions, implement best practices, upgrade techniques, build custom components, and continuous integration and delivery pipelines for SharePoint Framework solutions with Azure DevOps.
Tagline
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
What Will You Learn
By the end of the book, you will come across a few case studies to put your knowledge gained into practice and solve real-life business problems such as building custom components such as web parts and extensions. You will learn how to consume the Microsoft Graph and third-party APIs, develop Custom App Pages, implement Library Components, extend MS Teams with SPFx, and implement CI/CD pipelines for the SharePoint Framework solutions with Azure DevOps. Remember to practice examples provided as the code bundle for each chapter in this book to master these techniques.
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. While no prior knowledge of SharePoint, open-source tooling and modern toolchain or related technologies is assumed, it will be helpful to have some programming experience.
- Getting Started with SharePoint Framework
- Develop Your First SPFx Web Part
- SPFx Web Part Property Pane
- Custom Controls for Web Part Property Pane
- PnP Controls for Web Part Property Pane
- CSS Considerations
- Configure SPFx Web Part Icon
- Examine SPFx Web Parts on Modern SharePoint
- Host SPFx Web Parts from MS Azure CDN
- Host SPFx Web Parts from Office 365 Public CDN
- Host SPFx Web Parts from SharePoint Document Library
- Integrating jQuery with SPFx Web Parts
- CRUD Operations with No Framework
- CRUD Operations with React JS
- CRUD Operations with Angular JS
- CRUD Operations using Knockout JS
- CRUD Operations with SP-PnP-JS
- Transition to @pnp/sp from sp-pnp-js
- SPFx Development with React JS
- React Lifecycle Events in SPFx
- AutoBind Control Events in SPFx
- Partial State Update for React-based SPFx WebParts
- Using Office UI Fabric in SPFx
- Provision SharePoint Assets in SPFx Solution
- Connect to MS Graph API with MSGraphClient
- Connect to MS Graph API with AadHttpClient
- SPFx Logging Mechanism
- Debug SPFx Solutions
- Overview of SPFx Extensions
- SPFx Extension - Application Customizer
- Extend Application Customizer with React Components
- SPFx Extension - Field Customizer
- SPFx Extension - ListView Command Set
- Anonymously Call MS Azure Functions
- Securing Azure Function with Azure Active Directory
- Consume Azure AD Secured Function with SPFx
- Implementing Separation of Concerns (SoC)
- Localization Support for SPFx
- Office 365 CLIÂ
- SPFx Solutions Upgrade
- SPFx Solution Upgrade with Office 365 CLI
- Common Issues and Resolutions with Upgrading npm Packages
- Extend MS Teams with SPFx
- Library Component TypeÂ
- Develop Custom App Pages with SPFx
- Optimizing SPFx Solutions
- Unit Test with Jest and Enzyme
- DevOps For SPFx
- Query User Profile Details
- Query SP Search Results
- React-based Tree view
- React-based Carousel
- React-based Organogram
- Integrating Adaptive Cards with SPFx
- Integrating Google API with SPFx
- SPFx Development with SharePoint On-Premises