/splist-react

Implementing a React component to read data from a SharePoint list

Primary LanguageJavaScript

SPList is a simple component that fetches data from a REST service and presents it in an unordered list.

Goals

  • Use Fabric UI List component
  • Successfully retrieve items from a SharePoint list
  • Embed SPList into a SharePoint page on-premise

Completed Goals

  • Implement fetch() to get a single item
  • Implement fetch() to get multiple items
  • Create SPListItem component to wrap around items