sp-dev-fx-webparts/samples/react-soccer-highlights
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
assets Added web part to every sample 2024-04-18 01:51:29 -04: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 Added more contributions 2023-03-15 01:23:34 -04: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

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx 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 Compatible with Remote Containers

Applies to

Prerequisites

None

Contributors

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

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

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.