Book Image

SharePoint Development with the SharePoint Framework

By : Jussi Roine, Olli Jääskeläinen
Book Image

SharePoint Development with the SharePoint Framework

By: Jussi Roine, Olli Jääskeläinen

Overview of this book

SharePoint is one of Microsoft's best known web platforms. A loyal audience of developers, IT Pros and power users use it to build line of business solutions. The SharePoint Framework (SPFx) is a great new option for developing SharePoint solutions. Many developers are creating full-trust based solutions or add-in solutions, while also figuring out where and how SPFx fits in the big picture. This book shows you how design, build, deploy and manage SPFx based solutions for SharePoint Online and SharePoint 2016. The book starts by getting you familiar with the basic capabilities of SPFx. After that, we will walk through the tool-chain on how to best create production-ready solutions that can be easily deployed manually or fully automated throughout your target Office 365 tenants. We describe how to configure and use Visual Studio Code, the de facto development environment for SPFx-based solutions. Next, we provide guidance and a solid approach to packaging and deploying your code. We also present a straightforward approach to troubleshooting and debugging your code an environment where business applications run on the client side instead of the server side.
Table of Contents (14 chapters)

Property panes in SharePoint Framework web parts

Property panes in the more modern SharePoint Framework-based web parts still carry the same feel, but not the same look of the classic web part property panes.

As part of Communications Sites feature, Microsoft provided a plethora of new SPFx-based web parts in a ready-made template that can be configured. For each web part, a custom property pane is accessible.

By clicking the pencil icon of a web part, the property pane is shown:

Each top-level item in the property pane reveals more configuration values and data for the content editor:

Changes performed in the property pane are immediately reflected on the page, thus providing a more fluid experience for managing page content. It also helps page editors to avoid the constant Edit/Save/Reload-loop when fine-tuning page content and element positioning.

Within our earlier HelloWorld Web Part, the property pane is accessible similarly to how it is available in classic web parts through...