Office 365 development
How to use SharePoint Framework's preconfiguredEntries
One of the key elements of the SharePoint Framework Web Part manifest is the preconfiguredEntries property. What is it exactly, and what can you do with it?
Extending SharePoint Framework build process with custom tasks
When building solutions using the SharePoint Framework you might need to execute additional tasks during the project build process. Here is how to do it.
deploy vs. dist vs. lib - On SharePoint Framework build folders
When building SharePoint Framework projects you might have noticed the deploy, dist and lib folders. So what are they and when should you use their contents?
Cleaning up SharePoint Framework build folders
When building SharePoint Framework Client Side Web Parts you might want to clean up the build folders. What is the best way to do it?
Building SharePoint Framework Client-Side Web Parts with React
SharePoint Framework natively support building Client-Side Web Parts using React. Here is a sample Web Part illustrating the different pieces of a Client-Side Web Part built using React.