sp-dev-fx-webparts/samples/react-offline-first/assets/sample.json

57 lines
2.2 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-offline-first",
"source": "pnp",
"title": "Offline First Web part built using LocalForage, Whatwg-Fetch, ES6-Promise",
"shortDescription": "Sample SharePoint Framework Client-Side Web Parts built using React showing interacting with the Office Graph.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-offline-first",
"longDescription": [
"Sample SharePoint Framework Client-Side Web Parts built using React showing interacting with the Office Graph."
],
"creationDateTime": "2017-05-31",
"updateDateTime": "2017-05-31",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "GA"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-offline-first/assets/preview.gif",
"alt": "Offline First Web part built using LocalForage, Whatwg-Fetch, ES6-Promise"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-offline-first/assets/webpart-screenshot.jpg?raw=true",
"alt": "Offline First Web part built using LocalForage, Whatwg-Fetch, ES6-Promise"
}
],
"authors": [
{
"gitHubAccount": "AustinBreslinDev",
"company": "",
"pictureUrl": "https://avatars.githubusercontent.com/u/10480670?s=460\u0026v=4",
"name": "Austin Breslin"
}
],
"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/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]