-
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.
-
How does SharePoint Framework know which Web Part to run
So you would want to build a SharePoint Framework solution with a couple of Web Parts. But then you wonder: how would SharePoint know which Web Part it should run when? With no explicit relationship between the code and the manifest, would you need a separate project for each Web Part instead?
-
How to add a second Web Part to a SharePoint Framework project?
The SharePoint Framework Yeoman generator creates a new project with one Web Part. See how to easily add another one to your existing project.