youtube image
From YouTube: Getting started on using PnP SharePoint Framework reusable controls

Description

In this video Elio Struyf (Valo Intranet) is showing how to get started with using reusable PnP SharePoint Framework controls in your SharePoint Framework solution.

There are two types of controls: Web part property controls and react content controls.

Presenter - Elio Struyf (Valo Intranet) – @eliostruyf

Property controls can be used with any web part implementation to provide polished Office UI Fabric styled experience. They are automatically connecting to the data sources, so developers don't need to worry about where the data is coming.

React content controls are for React based solutions. They provide reusable experiences for SharePoint Framework implementation and are also using Office UI Fabric for the consistent look and feel.

More details on the reusable property controls from https://sharepoint.github.io/sp-dev-fx-property-controls/

More details on the reusable react controls from https://sharepoint.github.io/sp-dev-fx-controls-react/

More details on the SharePoint developer community from http://aka.ms/sppnp.