sp-dev-fx-webparts/samples/react-soccer-highlights
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
..
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
src Fixed pagination with Filmstrip 2020-11-22 19:16:41 -05:00
teams Add files via upload 2020-10-30 22:46:07 -04:00
tools Add files via upload 2020-10-30 22:46:36 -04:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
gulpfile.js Add files via upload 2020-10-30 22:46:36 -04:00
package-lock.json Fixed pagination with Filmstrip 2020-11-22 19:16:41 -05:00
package.json Add files via upload 2020-11-20 22:08:17 -05:00
tsconfig.json Add files via upload 2020-10-30 22:46:36 -04:00
tslint.json Add files via upload 2020-10-30 22:46:36 -04:00
webpack.js Add files via upload 2020-10-30 22:46:36 -04:00
yarn.lock Add files via upload 2020-10-30 22:46:36 -04:00

README.md

Soccer Highlights Web Part

Summary

  • This react web part sample displays soccer highlights from a public Soccer API.
  • It shows a maximum of 100 highlights at one time.
  • The web part show live status of game scores and ability to watch them live in small or full screen view.
  • You can view the highlights as FilmStrip Control (Thanks to Hugo for the tip and great blog) or Flat Mode.
  • You can configure highlights per page and use Paging.

Web Part

Web Part in Action

Web Part in Action

Usage

  1. Deploy the package to SharePoint Online App Catalog.

  2. Add the Web Part to Page, Configure the web Part, provide Title and Page Size.

  3. Click on pager to move pages or arrows or dots in filmstrip view.

Compatibility

SPFx 1.11 Node.js v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Teams Incompatible Local Workbench Compatible Hosted Workbench Compatible

Applies to

Prerequisites

None

Solution

Solution Author(s)
Soccer Highlights Web Part Jerry Yasir

Version history

Version Date Comments
1.0 October 30, 2020 First Version

Minimal Path to Awesome

  • Clone or download this repository
  • Run in command line:
    • npm install to install the npm dependencies
    • gulp serve to display in Developer Workbench (recommend using your tenant workbench so you can test with real lists within your site)
  • To package and deploy:
    • Use gulp bundle --ship & gulp package-solution --ship
    • Add the .sppkg to your SharePoint App Catalog

Video

Connecting to external APIs in SPFx – case Soccer Highlights

Help

We do not support samples, but 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're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

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.