Sample SPFx webpart built using React, this webpart allows users to create a to-do list and also presents their progress in completing items.
This webpart illustrates the following concepts on top of the SharePoint Framework:
- Using React for building SharePoint Framework client-side webparts
- Using Office UI Fabric React styles for building user experience consistent with SharePoint and Office
- Communicating with the SharePoint REST API and PnP API
- Passing webpart properties to React components
git clone the repo
npm i
npm i -g gulp
gulp
This package produces the following:
- lib/* - intermediate-stage commonjs build artifacts
- dist/* - the bundled script, along with other resources
- deploy/* - all resources which should be uploaded to a CDN.
gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO