Implementing Repository Pattern with SharePoint Framework Library Component

SharePoint framework 1.9.1 is out and Library Components are now generally available, Library component gives you ability to share code between your components. In this post I’m going to implement a basic version of repository pattern that allows you to do CRUD operations on SharePoint lists and libraries as well as tenant properties (global properties that can be shared between your components such as web parts, extensions and libraries). If you don’t want to read…