From 450f0809d5b5f5e8118cb79d997a90f0e5f5cc72 Mon Sep 17 00:00:00 2001 From: AriGunawan Date: Tue, 18 Oct 2022 19:28:15 +1000 Subject: [PATCH] Add more info on the features section --- samples/react-zod/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/samples/react-zod/README.md b/samples/react-zod/README.md index 89bb66227..cded37bb7 100644 --- a/samples/react-zod/README.md +++ b/samples/react-zod/README.md @@ -106,6 +106,15 @@ Contact|Person * `npm install` * `gulp serve` +## Features +This Web Part illustrates the following concepts: +- Use [PnPJS](https://pnp.github.io/pnpjs/) for getting associated sites +- Use [Zod](https://zod.dev/) to cast value type from SharePoint REST API +- Use [Zod](https://zod.dev/) to validate value from SharePoint REST API +- Use [Zod](https://zod.dev/) to transform value from SharePoint REST API +- Use [DetailsList](https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist) component to display data +- Use [SPFx Fast Serve](https://github.com/s-KaiNet/spfx-fast-serve) for improving development productivity +