sp-dev-fx-webparts/samples/react-content-query-webpart
Hugo Bernier b9396c49b5
Fixed telemetry image
2020-10-05 11:00:11 -04:00
..
OnPrem URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
Online URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
.gitignore Updated modern CQWP 2020-05-06 09:43:32 +02:00
README.md Fixed telemetry image 2020-10-05 11:00:11 -04:00

README.md

React Content Query web part

Summary

There are two versions of this web part:

  • The original: Built with an earlier version of SPFx and compatible with on-premises versions of SharePoint and SharePoint Online
  • The updated version: Build with SPFx 1.10.0 version, compatible with SharePoint Online only, but with added features such as Dynamic Data.

Please refer to the appropriate sub-folders for the version you wish to use.

Web Part Preview

The Content Query web part is a modern version of the good old Content by Query web part that was introduced in SharePoint 2007. Built for Office 365, this modern version is built using the SharePoint Framework (SPFx) and uses the latest Web Stack practices.

While the original web part was based on an XSLT templating engine, this React web part is based on the well known Handlebars templating engine, which empowers users to create simple, yet powerful HTML templates for rendering the queried content. This new version also lets the user query any site collections which resides on the same domain URL, add unlimited filters, query DateTime fields to the nearest minute rather than being limited to a day, and much more.

Applies to

Solution

Solution Authors
react-content-query-web part (Online) David Warner II (Warner Digital, @DavidWarnerII)
react-content-query-web part (Online) Hugo Bernier (Tahoe Ninjas, @bernierh)
react-content-query-web part (Online) Paolo Pialorsi (PiaSys.com, @PaoloPia)
react-content-query-web part Simon-Pierre Plante