Getting the current context in SPFx service and get the SharePoint List items
Hello, In this article, I will show you how to get the current context of the site and pass it to services. In the traditional method, we were getting the Current Context of the site from SP.ClientContext or using Rest API. I have created a React-based SPFx Web part. I have different
Read more