sp-dev-fx-webparts/samples/react-global-news-sp2019
Hugo Bernier 360169500d added remaining containers 2022-02-16 21:47:07 -05:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02: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 added remaining containers 2022-02-16 21:47:07 -05: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

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

Applies to

Prerequisites

none

Solution

Solution Author(s)
react-global-news-sp2019 João Mendes

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.