2021-03-15 03:48:14 -04:00
[
{
"name" : "pnp-sp-dev-spfx-web-parts-react-todo-basic" ,
"source" : "pnp" ,
"title" : "Todo Basic" ,
"shortDescription" : "A simple todo web part built using react to showcase some of the SharePoint Framework developer features, utilities and best practices in building react based web parts." ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-todo-basic" ,
2021-03-15 03:48:14 -04:00
"longDescription" : [
"A simple todo web part built using react to showcase some of the SharePoint Framework developer features, utilities and best practices in building react based web parts."
] ,
2021-05-02 15:39:42 -04:00
"creationDateTime" : "2017-05-04" ,
"updateDateTime" : "2017-05-04" ,
2021-03-15 03:48:14 -04:00
"products" : [
2021-12-10 12:55:32 -05:00
"SharePoint"
2021-03-15 03:48:14 -04:00
] ,
"metadata" : [
{
"key" : "CLIENT-SIDE-DEV" ,
"value" : "React"
} ,
{
"key" : "SPFX-VERSION" ,
"value" : "GA"
}
] ,
"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-todo-basic/assets/todo-basic-demo.gif" ,
2021-03-15 03:48:14 -04:00
"alt" : "Todo Basic"
} ,
{
"type" : "image" ,
"order" : 101 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-todo-basic/assets/todo-basic-no-task-list.gif?raw=true" ,
2021-03-15 03:48:14 -04:00
"alt" : "Todo Basic"
} ,
{
"type" : "image" ,
"order" : 102 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-todo-basic/assets/todo-basic-placeholder-edit-mode.png?raw=true" ,
2021-03-15 03:48:14 -04:00
"alt" : "Todo Basic"
} ,
{
"type" : "image" ,
"order" : 103 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-todo-basic/assets/todo-basic-placeholder-read-mode.png?raw=true" ,
2021-03-15 03:48:14 -04:00
"alt" : "Todo Basic"
} ,
{
"type" : "image" ,
"order" : 104 ,
2021-05-02 15:04:59 -04:00
"url" : "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-todo-basic/assets/todo-basic-placeholder.gif?raw=true" ,
2021-03-15 03:48:14 -04:00
"alt" : "Todo Basic"
}
] ,
"authors" : [
{
"gitHubAccount" : "chakkaradeep" ,
"company" : "Microsoft" ,
"pictureUrl" : "https://avatars.githubusercontent.com/u/7882052?s=460\u0026u=92d546edfe1e1b374c69f0fd9315186eea700b8f\u0026v=4" ,
"name" : "Chakkaradeep Chandran" ,
"twitter" : "chakkaradeep"
}
] ,
"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
]