From c24553a59b5b5b5576a0d552de9cb82716d936b2 Mon Sep 17 00:00:00 2001 From: Alex Terentiev Date: Wed, 1 Sep 2021 21:07:48 -0400 Subject: [PATCH] Microsoft Graph People Search - Readme update to specify that example also shows how to use async web part rendering --- samples/react-msgraph-peoplesearch/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/react-msgraph-peoplesearch/README.md b/samples/react-msgraph-peoplesearch/README.md index c4076b0f2..ead715fd1 100644 --- a/samples/react-msgraph-peoplesearch/README.md +++ b/samples/react-msgraph-peoplesearch/README.md @@ -5,6 +5,8 @@ Show and search users from your organization, through Microsoft Graph. Search results show as a nice People Card, and display the Live Persona Card on hover. The web part accepts a search query through a Dynamic Data connection, to further filter the displayed results. A source for this search query is not provided, but by default this can come from the Microsoft Search search box or the Page Environment. You could also use the Search Box Web Part provided by the [PnP Modern Search Web Parts](https://microsoft-search.github.io/pnp-modern-search/). +The sample also shows how to use SPFx Web Part asynchronous rendering using `isRenderAsync` property and `renderCompleted` method. + ![directory](./assets/MicrosoftGraphPeopleSearch.gif) ![directory](./assets/MicrosoftGraphPeopleSearch-LPC.gif)