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)

Introduction to Fabric React components

Office UI Fabric is the framework for building the Office and Office 365 user experience. This is a bit like Twitter Bootstrap, a framework primarily for CSS and UI. It was designed originally to help Office add-in developers get the look and feel of Microsoft Office applications. You don't have to use it, but if you want to build a consistent user experience for your web parts--something that fits right into the other components that are available in SharePoint sites--then Office UI Fabric is the way to go. Fabric Core includes the styles we have already used, and Fabric React includes a wide array of components that are built with React.

The idea here is not only to use the same design language and look and feel that Office 365 is using, but also to utilize reusable patterns.