Conditional Load of External Library such as jQuery in SharePoint Framework Solutions

When a SharePoint Framework based use-case arising that includes conditionally loading an external library such as jQuery, an option exists that includes looking to see if a library has already been loaded, and then conditionally loading additional libraries using SPComponentLoader.loadScript SharePoint Framework Limitations The common method of loading external libraries in SPFx solutions is to […]