sp-dev-fx-webparts/samples/react-global-news-sp2019
Hugo Bernier c24aacbd7f Updated telemetry link 2023-03-12 21:16:15 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Fixed broken images 2023-01-02 15:36:00 -05:00
config new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
src new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
tools new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
.editorconfig new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
.eslintrc.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
.gitignore new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
.yo-rc.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
README.md Updated telemetry link 2023-03-12 21:16:15 -04:00
gulpfile.js new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
package-lock.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
package.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
tsconfig.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00
tslint.json new sample react-staff-directory-sp2019 and react-global-news-sp2019 (#1897) 2021-06-03 20:46:38 +03:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
React
05/22/2021 12:00:00 AM

Global News (SP2019 Version)

Summary

This web part show a world news from various sources, it uses the API available on https://newsapi.org this collect information from news and blog sites arround the world.

Please go to https://newsapi.org to get more information.

picture of the web part in action

picture of the web part in action

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.

This sample is designed to be used in the following environments:

SPFx 1.4.1 Node.js v8 | v6 Compatible with SharePoint Online Compatible with SharePoint 2019 Compatible with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix

Applies to

Prerequisites

none

Contributors

Version history

Version Date Comments
1.0 May 22, 2021 Initial release

Minimal Path to Awesome

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

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

Include any additional steps as needed.

Features

Description of the web part with possible additional details than in short summary. This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Office-ui-fabric-react components

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.