Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 404 Bytes

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