Tag: JavaScript

SOLID Web Parts with SharePoint Framework
SOLID Web Parts with SharePoint Framework
Blog Posts

The principles of SOLID are guidelines that can be applied to software development to improve legibility and maintainability of software applications. This article by Stefano Tempesta, MCC & MVP, explores best practices and design patterns for developing SharePoint SOLID Web Parts in TypeScript, using the new client-side SharePoint Framework, and improving compliance to the five SOLID… READ MORE

Migrate SharePoint JavaScript customisations to SharePoint Framework – reference functions from script files
Migrate SharePoint JavaScript customisations to SharePoint Framework – reference functions from script files
Blog Posts

When migrating existing SharePoint JavaScript customisations to SharePoint Framework you have to ensure that your script files can be used by client-side web parts. Here is how to do it. Building SharePoint JavaScript customizations through script embedding In the past you might have built a SharePoint customization using nothing else than JavaScript, HTML and maybe… READ MORE