JavaScript
Migrate SharePoint JavaScript customizations to SharePoint Framework - jQuery AJAX calls and showing data
Here is how to migrate a SharePoint customization that uses jQuery and AJAX to SharePoint Framework.
Loading frameworks and libraries in SharePoint Framework projects
There are a number of ways to reference frameworks and libraries in SharePoint Framework projects. But which one is the best for your project?
Migrate SharePoint JavaScript customizations to SharePoint Framework - reference functions from script files
Here is how to migrate existing SharePoint JavaScript customizations to SharePoint Framework.
5 ways to load templates in SharePoint Framework Client-Side Web Parts built using Angular
One of the key elements of each Angular application are templates used to display data. Here are 5 ways to load them in SharePoint Framework Web Parts.
Building dll-code in SharePoint Framework
Optimize the performance of your SharePoint Framework Web Parts by separating shared code into a library.