sp-dev-fx-webparts/samples/react-github-badge/README.md

2.8 KiB

GitHub Badge (React Version)

Summary

React version of Eric Skaggs @skaggej js-GitHubBadge sample.

Displays information about a GitHub user.

React GitHub Badge in action

Compatibility

SPFx 1.8.2 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
react-github-badge Hugo Bernier (Tahoe Ninjas, @bernierh)
Converted from: js-GitHubBadge Eric Skaggs @skaggej

Version history

Version Date Comments
1.0 April 18, 2019 Initial release
2.0 June 06, 2019 Upgraded to SPFx 1.8.2. Added GitHub Badge v2.

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

This sample illustrates how to convert an existing Javascript-only SPFx web part to a React SPFx web part while keeping the same look and feel. Please refer to the js-GitHubBadge sample for the original Javascript-only web part.

A second web part (called GitHub Badge v2) demonstrates how to render the same data using a Fabric UI persona card.

For more information about the conversion process, refer to this blog article.

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.