sp-dev-fx-webparts/samples/react-sp-pnp-js-property-de...
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
..
config Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
src/webparts/customBusinessObjectsPnPJs Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
typings Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
.editorconfig Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
.gitattributes Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
.gitignore Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
.npmignore Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
.yo-rc.json Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
gulpfile.js Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
package.json Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
tsconfig.json Add @select and @expand decorators in PnP JS Core sample and update package json versions (#252) 2017-07-21 21:00:52 +03:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

React sample showing the use of PnP JS Core custom objects with @select and @expand decorators

Summary

This webpart demonstrates how to use PnP JS Core Custom Objects with @select and @expand TypeScript decorators. If you are going to use PnP JS Core library and you've plans for extending it with Custom Business Objects, then this project will show you some best practices. You can also find more information in the blog series about working with Custom Business Objects, Parsers and TypeScript Decorators in PnP JS Core

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react-sp-pnp-js-property-decorators Jose Quinto (@jquintozamora , blog.josequinto.com)

Version history

Version Date Comments
1.0 July 2, 2017 Initial release

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.


Minimal Path to Awesome

  • clone this repo
  • $ npm i
  • $ gulp trust-dev-cert
  • $ gulp serve

Local Mode

A browser in local mode (localhost) will be opened. https://localhost:4321/temp/workbench.html

SharePoint Mode

If you want to try on a real environment, open: https://your-domain.sharepoint.com/_layouts/15/workbench.aspx