Innovation Matters
Essays on AI, developer tools, and thoughtful software.
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.
Building SharePoint Framework Client-Side Web Parts with Angular
You can use Angular to build Client-Side Web Parts on the new SharePoint Framework. Here is how to get started and what to keep in mind.
Building SharePoint Framework Client Side Web Parts using jQuery and jQuery plugins from CDN
Now that the SharePoint Framework is released, here is how you would build your jQuery solution as a Client Side Web Part.
Specifying the icon of a SharePoint Framework Client-Side Web Part
For every Client-Side Web Part that we build using the SharePoint Framework we can specify the icon to make it easily distinguishable amongst other Web Parts visible in the toolbox.
Building SharePoint Framework Client Side Web Parts with non-reactive property pane
Seeing the changes to your Web Part properties immediately is great, but is it what you really want for every single scenario?