SharePoint Framework, Azure Functions and React Hooks, where the magic happens – part 1

We are living in a world which everyday you wake up with some brilliant features added to your favorite libraries and you can’t wait to use them somewhere in your solution. In this post I will show you how easy is to call Azure Functions from SharePoint Framework Web Part and also how you can use React Hooks to simplifies your components and get rid of extra classes and life cycles around them. As you…

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…