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

50 lines
2.4 KiB
JSON
Raw Normal View History

2021-03-15 03:48:14 -04:00
[
{
"name": "pnp-sp-dev-spfx-web-parts-react-hooks",
"source": "pnp",
"title": "React Hooks Form Web Part",
"shortDescription": "The React Hooks web part is an example of how to implement Hooks in Spfx. Hooks is a new feature included in React version 16.8, with the new version of SharePoint Framework (SPFx) version 1.9.1 we can use them in our developments. In this example we are going to see the different types of hooks that are available and with the comparison of how this implementation can be done without the Hooks to be able to observe the benefits of using it.",
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-hooks",
2021-03-15 03:48:14 -04:00
"longDescription": [
"The React Hooks web part is an example of how to implement Hooks in Spfx. Hooks is a new feature included in React version 16.8, with the new version of SharePoint Framework (SPFx) version 1.9.1 we can use them in our developments. In this example we are going to see the different types of hooks that are available and with the comparison of how this implementation can be done without the Hooks to be able to observe the benefits of using it."
],
"creationDateTime": "2019-08-19",
"updateDateTime": "2019-08-19",
2021-03-15 03:48:14 -04:00
"products": [
"SharePoint"
2021-03-15 03:48:14 -04:00
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.9.1"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-hooks/assets/webpart.PNG",
2021-03-15 03:48:14 -04:00
"alt": "React Hooks Form Web Part"
}
],
2021-05-02 19:15:34 -04:00
"authors": [
{
"name": "Adrian Diaz Cervera",
"gitHubAccount": "AdrianDiaz81",
"pictureUrl": "https://github.com/AdrianDiaz81.png"
}
],
2021-03-15 03:48:14 -04:00
"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.",
2022-10-24 09:42:45 -04:00
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
2021-03-15 03:48:14 -04:00
}
]
}
2021-05-02 15:04:59 -04:00
]