Skip to main content

Jay Xiang

Blogs from this Author

Provision a SharePoint library with SPFx extensions

Overview This series will show you how to create a SharePoint library while provisioning SharePoint Framework extensions. The step by step screenshots is provided in each section. Introduction The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and support for […]

How to Hot Reload Your Web Application

Have you ever tried to use webpack to compile JS and CSS files? If yes, you might know that it’s difficult for the developer because they usually need to run the “Webpack” command to recompile JS files and CSS files when they are changed. Every time webpack does a compilation, the developer should click F5 to refresh […]

SharePoint Online Managed Property Shows Empty Value in Search

Our team recently encountered a managed properties issue on a SharePoint Online environment. The issue: one managed property didn’t work in the search result source after migrating the site from a farm environment. And, the issue could not be fixed by re-indexing the source list/library. After some investigation, I found the managed property created in […]