74 lines
3.1 KiB
JSON
74 lines
3.1 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-react-zod",
|
|
"source": "pnp",
|
|
"title": "Zod",
|
|
"shortDescription": "This sample shows the usage of Zod to eliminate manual cast and validation of the data coming from external API.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-zod",
|
|
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-zod",
|
|
"longDescription": [
|
|
"This sample shows the usage of Zod to eliminate manual cast and validation of the data coming from external API (e.g. SharePoint REST API, Graph API, etc.)."
|
|
],
|
|
"creationDateTime": "2022-11-08",
|
|
"updateDateTime": "2022-11-08",
|
|
"products": [
|
|
"SharePoint"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "React"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "1.15.2"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-zod/assets/data-usage.png",
|
|
"alt": "Web Part Preview"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-zod/assets/result.png",
|
|
"alt": "Web Part Preview"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-zod/assets/parse-data.png",
|
|
"alt": "Web Part Preview"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-zod/assets/failed-parse.png",
|
|
"alt": "Web Part Preview"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-zod/assets/schema.png",
|
|
"alt": "Web Part Preview"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "AriGunawan",
|
|
"pictureUrl": "https://github.com/AriGunawan.png",
|
|
"name": "Ari Gunawan"
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"name": "Build your first SharePoint client-side web part",
|
|
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
|
|
"url": "https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
|
|
}
|
|
]
|
|
}
|
|
] |