Posts Tagged "requirejs"
-
Managing JavaScript in SharePoint (Using RequireJS)
SharePoint is a collaboration tool that developers and other IT professionals love to hate. It works to the point where businesses are happy to leave it as their main "information sharing and collaborating" infrastructure. It is, however, clunky, slow and painful to change or customize from an end user perspective. I've...
-
A Quick & Dirty Intro to RequireJS
Module loading in Javascript is still finnicky in 2015; here's a guide to making your life a little easier with the popular RequireJS library.