2020-11-08 23:22:28 -05:00
# GitHub Badge (React Version)
2019-05-04 11:05:57 -04:00
## Summary
React version of Eric Skaggs [@skaggej ](https://www.twitter.com/skaggej ) js-GitHubBadge sample.
2019-06-07 04:13:23 -04:00
Displays information about a GitHub user.
2019-05-04 11:05:57 -04:00
2019-06-07 04:13:23 -04:00
![React GitHub Badge in action ](https://github.com/hugoabernier/sp-dev-fx-webparts/raw/master/samples/react-github-badge/assets/githubbadge.png )
2019-05-04 11:05:57 -04:00
## Used SharePoint Framework Version
2019-06-07 04:13:23 -04:00
![SPFx v1.8.2 ](https://img.shields.io/badge/SPFx-1.8.2-green.svg )
2019-05-04 11:05:57 -04:00
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
* [Office 365 tenant ](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment )
2019-05-04 11:05:57 -04:00
## Solution
Solution|Author(s)
--------|---------
react-github-badge | Hugo Bernier ([Tahoe Ninjas](http://tahoeninjas.blog), [@bernierh ](https://www.twitter.com/bernierh ))
2021-05-02 15:04:59 -04:00
Converted from: [js-GitHubBadge ](https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-gitHubBadge ) | Eric Skaggs [@skaggej ](https://www.twitter.com/skaggej )
2019-05-04 11:05:57 -04:00
## Version history
Version|Date|Comments
-------|----|--------
1.0 | April 18, 2019 | Initial release
2019-06-07 04:13:23 -04:00
2.0 | June 06, 2019 | Upgraded to SPFx 1.8.2. Added GitHub Badge v2.
2019-05-04 11:05:57 -04:00
## 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 repository
- in the command line run:
- `npm install`
- `gulp serve`
## Features
2021-05-02 15:04:59 -04:00
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 ](https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-gitHubBadge ) sample for the original Javascript-only web part.
2019-05-04 11:05:57 -04:00
2021-04-26 02:08:59 -04:00
A second web part (called `GitHub Badge v2` ) demonstrates how to render the same data using a Fabric UI persona card.
2019-06-07 04:13:23 -04:00
2019-05-04 11:05:57 -04:00
For more information about the conversion process, refer to this [blog article ](https://tahoeninjas.blog/2019/04/19/converting-spfx-from-javascript-to-react/ ).
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-github-badge" / >