sp-dev-fx-webparts/samples/react-cross-device-data
Hugo Bernier 86013372c0 Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
src uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
teams uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
.gitignore uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
.yo-rc.json uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
README.md Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
package-lock.json uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
package.json uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
tsconfig.json uploading react-cross-device-data 2021-07-28 14:53:43 +02:00
tslint.json uploading react-cross-device-data 2021-07-28 14:53:43 +02:00

README.md

Cross-Device Data

Summary

This solution demonstrates how to use the OneDrive special folder Apps in order to save user's preferencies cross-device.

Preview

Compatibility

SPFx 1.12.1 Node.js v14 | v12 | v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Local | Hosted Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

In order to use this solution is necessary to approve the usage of Microsoft Graph API Files.ReadWrite in the SharePoint Admin Center

Solution

Solution Author(s)
react-cross-device-data Giuliano De Luca (@delucagiulian)

Version history

Version Date Comments
1.0 July 26, 2021 Initial release

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This web part illustrates the following concepts:

  • How to store user data in the OneDrive special folder
  • How to leverage the capabilities of Microsoft Graph API

References

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.