Skip to main content

Allen Shi

Blogs from this Author

Using React and Redux in SharePoint Framework (SPFx)

Abstract: As most of you know, React has become more and more popular for modern web development. Microsoft is going to standardize the UI with React in SharePoint as well. Redux is a framework that is responsible for managing the state for most the of popular front-end frameworks, such as React, Angular, etc. You can […]

How to Customize PnP Partner Pack (1)

Abstract: This is the first in a series of posts on how to customize the PnP Partner Pack based on business requirements. PnP Partner Pack allows you to extend the OOTB experience of Microsoft Office 365 and Microsoft Online by providing a variety of capabilities. PnP Partner Pack is using the PnP core component, which increases developer productivity […]

Get Started with PnP JS Core

Abstract: The Patterns and Practices JavaScript Core Library is created to help developers by simplifying common operations within SharePoint. It contains a large number of extension methods and properties, which are used to manage the contents, generate reports based on the lists, library or settings, etc. We can also use PnP JS core to filter […]

An Accurate Search Solution using Search Web Parts

Abstract: As many SharePoint developers know, from SharePoint 2013, there are several search type of web parts we can use to implement a custom search solution by using SharePoint search engine. Search box web part and Search result web part are frequently used for this type of solution. For typical scenarios, we usually create a […]